#61400F

Color #61400F Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #61400F

Tints of Dark Brown #61400F

Color information

#61400F (or 0x61400F) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 0F. RGB value is (97,64,15). Sum of RGB (Red+Green+Blue) = 97+64+15=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400F is #9EBFF0. Grayscale: #444444. Windows color (decimal): -10403825 or 999521. OLE color: 999521.

HSL color Cylindrical-coordinate representation of color #61400F: hue angle of 35.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61400F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB976415-
CMYK00.340.850.62
HSL35.85º73.21%21.96%-
HSV(B)35.85º84.54%38.04%-
XYZ6.856.241.3-
YUV68.2897.93148.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=55.11%
G=36.36%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97641500.340.850.6235.8573.2121.96
Hex6140F022553E244916
Octal14110017042125764411126
Binary11000011000000111101000101010101111110100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61400F; }

 p { color: rgb(97,64,15); }

 H1.HeaderClassName
 {
   color: #61400F;
 }
 .AnyTagClassName
 {
   color: #61400F;
 }
</style>
background-color css

<style>
 a { background-color: #61400F; }

 a { background-color: rgb(97,64,15); }

 div.DivClassName
 {
   background-color: #61400F;
 }
 .BgClassName
 {
   background-color: #61400F;
 }
</style>
border-color css

<style>
 span { border-color: #61400F; }

 span { border-color: rgb(97,64,15); }

 td.TdClassName
 {
   border-color: #61400F;
 }
 .TagClassName
 {
   border-color: #61400F;
 }
</style>