Html Css Color HEX #604616 Dark Brown

📋 copy color: '#604616'

red 96 ◦ green 70 ◦ blue 22

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

Shades of Dark Brown #604616

Tints of Dark Brown #604616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 51.06%
G = 37.23%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604616 (or 0x604616) is known color: Dark Brown. HEX triplet: 60, 46 and 16. RGB value is (96,70,22). Sum of RGB (Red+Green+Blue) = 96+70+22=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #604616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604616 is #9FB9E9. Grayscale: #484848. Windows color (decimal): -10467818 or 1459808. OLE color: 1459808.

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

Color convert

RGB 96 70 22 -
CMYK 0 0.27 0.77 0.62
HSL 38.92º 0.63% 0.23% -
HSV(B) 38.92º 0.77% 0.38% -
XYZ 7.16 6.93 1.72 -
YUV 72.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 96 70 22 0 0.27 0.77 0.62 38.92 0.63 0.23
Hex 60 46 16 0 1B 4D 3E 27 3F 17
Octal 140 106 26 0 33 115 76 47 77 27
Binary 1100000 1000110 10110 0 11011 1001101 111110 100111 111111 10111

Color Harmonies of #604616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604616

Black with #604616

Text Example


Text Example

White with #604616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604616; }

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

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

background-color css

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

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

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

border-color css

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

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

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