Html Css Color HEX #604212 Dark Brown

📋 copy color: '#604212'

red 96 ◦ green 66 ◦ blue 18

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

Shades of Dark Brown #604212

Tints of Dark Brown #604212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 53.33%
G = 36.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604212 (or 0x604212) is known color: Dark Brown. HEX triplet: 60, 42 and 12. RGB value is (96,66,18). Sum of RGB (Red+Green+Blue) = 96+66+18=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #604212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604212 is #9FBDED. Grayscale: #454545. Windows color (decimal): -10468846 or 1196640. OLE color: 1196640.

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

Color convert

RGB 96 66 18 -
CMYK 0 0.31 0.81 0.62
HSL 36.92º 0.68% 0.22% -
HSV(B) 36.92º 0.81% 0.38% -
XYZ 6.88 6.43 1.45 -
YUV 69.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 96 66 18 0 0.31 0.81 0.62 36.92 0.68 0.22
Hex 60 42 12 0 1F 51 3E 25 44 16
Octal 140 102 22 0 37 121 76 45 104 26
Binary 1100000 1000010 10010 0 11111 1010001 111110 100101 1000100 10110

Color Harmonies of #604212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604212

Black with #604212

Text Example


Text Example

White with #604212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604212; }

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

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

background-color css

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

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

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

border-color css

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

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

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