Html Css Color HEX #604016 Dark Brown

📋 copy color: '#604016'

red 96 ◦ green 64 ◦ blue 22

#604016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #604016

Tints of Dark Brown #604016

RGB

 RED value IS 96 (37.89% from 255) = 52.75%

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 52.75%
G = 35.16%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604016 (or 0x604016) is known color: Dark Brown. HEX triplet: 60, 40 and 16. RGB value is (96,64,22). Sum of RGB (Red+Green+Blue) = 96+64+22=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #604016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604016 is #9FBFE9. Grayscale: #444444. Windows color (decimal): -10469354 or 1458272. OLE color: 1458272.

HSL color Cylindrical-coordinate representation of color #604016: hue angle of 34.05º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #604016 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 64 22 -
CMYK 0 0.33 0.77 0.62
HSL 34.05º 0.63% 0.23% -
HSV(B) 34.05º 0.77% 0.38% -
XYZ 6.8 6.21 1.6 -
YUV 68.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 96 64 22 0 0.33 0.77 0.62 34.05 0.63 0.23
Hex 60 40 16 0 21 4D 3E 22 3F 17
Octal 140 100 26 0 41 115 76 42 77 27
Binary 1100000 1000000 10110 0 100001 1001101 111110 100010 111111 10111

Color Harmonies of #604016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604016

Black with #604016

Text Example


Text Example

White with #604016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604016; }

 p { color: rgb(96,64,22); }

 H1.HeaderClassName
 {
   color: #604016;
 }
 .AnyTagClassName
 {
   color: #604016;
 }
</style>

background-color css

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

 a { background-color: rgb(96,64,22); }

 div.DivClassName
 {
   background-color: #604016;
 }
 .BgClassName
 {
   background-color: #604016;
 }
</style>

border-color css

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

 span { border-color: rgb(96,64,22); }

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