Html Css Color HEX #604412 Dark Brown

📋 copy color: '#604412'

red 96 ◦ green 68 ◦ blue 18

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

Shades of Dark Brown #604412

Tints of Dark Brown #604412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 52.75%
G = 37.36%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604412 (or 0x604412) is known color: Dark Brown. HEX triplet: 60, 44 and 12. RGB value is (96,68,18). Sum of RGB (Red+Green+Blue) = 96+68+18=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #604412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604412 is #9FBBED. Grayscale: #464646. Windows color (decimal): -10468334 or 1197152. OLE color: 1197152.

HSL color Cylindrical-coordinate representation of color #604412: hue angle of 38.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #604412 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 18 -
CMYK 0 0.29 0.81 0.62
HSL 38.46º 0.68% 0.22% -
HSV(B) 38.46º 0.81% 0.38% -
XYZ 7 6.66 1.49 -
YUV 70.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 96 68 18 0 0.29 0.81 0.62 38.46 0.68 0.22
Hex 60 44 12 0 1D 51 3E 26 44 16
Octal 140 104 22 0 35 121 76 46 104 26
Binary 1100000 1000100 10010 0 11101 1010001 111110 100110 1000100 10110

Color Harmonies of #604412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604412

Black with #604412

Text Example


Text Example

White with #604412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604412; }

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

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

background-color css

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

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

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

border-color css

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

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

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