Html Css Color HEX #604416 Dark Brown

📋 copy color: '#604416'

red 96 ◦ green 68 ◦ blue 22

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

Shades of Dark Brown #604416

Tints of Dark Brown #604416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 51.61%
G = 36.56%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604416 (or 0x604416) is known color: Dark Brown. HEX triplet: 60, 44 and 16. RGB value is (96,68,22). Sum of RGB (Red+Green+Blue) = 96+68+22=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604416 is #9FBBE9. Grayscale: #474747. Windows color (decimal): -10468330 or 1459296. OLE color: 1459296.

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

Color convert

RGB 96 68 22 -
CMYK 0 0.29 0.77 0.62
HSL 37.3º 0.63% 0.23% -
HSV(B) 37.3º 0.77% 0.38% -
XYZ 7.04 6.68 1.68 -
YUV 71.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 96 68 22 0 0.29 0.77 0.62 37.3 0.63 0.23
Hex 60 44 16 0 1D 4D 3E 25 3F 17
Octal 140 104 26 0 35 115 76 45 77 27
Binary 1100000 1000100 10110 0 11101 1001101 111110 100101 111111 10111

Color Harmonies of #604416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604416

Black with #604416

Text Example


Text Example

White with #604416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604416; }

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

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

background-color css

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

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

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

border-color css

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

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

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