Html Css Color HEX #604716 Dark Brown

📋 copy color: '#604716'

red 96 ◦ green 71 ◦ blue 22

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

Shades of Dark Brown #604716

Tints of Dark Brown #604716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 50.79%
G = 37.57%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604716 (or 0x604716) is known color: Dark Brown. HEX triplet: 60, 47 and 16. RGB value is (96,71,22). Sum of RGB (Red+Green+Blue) = 96+71+22=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604716 is #9FB8E9. Grayscale: #494949. Windows color (decimal): -10467562 or 1460064. OLE color: 1460064.

HSL color Cylindrical-coordinate representation of color #604716: hue angle of 39.73º 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 #604716 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 22 -
CMYK 0 0.26 0.77 0.62
HSL 39.73º 0.63% 0.23% -
HSV(B) 39.73º 0.77% 0.38% -
XYZ 7.22 7.05 1.74 -
YUV 72.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 96 71 22 0 0.26 0.77 0.62 39.73 0.63 0.23
Hex 60 47 16 0 1A 4D 3E 28 3F 17
Octal 140 107 26 0 32 115 76 50 77 27
Binary 1100000 1000111 10110 0 11010 1001101 111110 101000 111111 10111

Color Harmonies of #604716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604716

Black with #604716

Text Example


Text Example

White with #604716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604716; }

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

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

background-color css

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

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

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

border-color css

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

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

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