Html Css Color HEX #604516 Dark Brown

📋 copy color: '#604516'

red 96 ◦ green 69 ◦ blue 22

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

Shades of Dark Brown #604516

Tints of Dark Brown #604516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 51.34%
G = 36.9%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604516 (or 0x604516) is known color: Dark Brown. HEX triplet: 60, 45 and 16. RGB value is (96,69,22). Sum of RGB (Red+Green+Blue) = 96+69+22=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604516 is #9FBAE9. Grayscale: #474747. Windows color (decimal): -10468074 or 1459552. OLE color: 1459552.

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

Color convert

RGB 96 69 22 -
CMYK 0 0.28 0.77 0.62
HSL 38.11º 0.63% 0.23% -
HSV(B) 38.11º 0.77% 0.38% -
XYZ 7.1 6.8 1.7 -
YUV 71.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 96 69 22 0 0.28 0.77 0.62 38.11 0.63 0.23
Hex 60 45 16 0 1C 4D 3E 26 3F 17
Octal 140 105 26 0 34 115 76 46 77 27
Binary 1100000 1000101 10110 0 11100 1001101 111110 100110 111111 10111

Color Harmonies of #604516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604516

Black with #604516

Text Example


Text Example

White with #604516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604516; }

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

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

background-color css

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

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

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

border-color css

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

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

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