Html Css Color HEX #604012 Dark Brown

📋 copy color: '#604012'

red 96 ◦ green 64 ◦ blue 18

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

Shades of Dark Brown #604012

Tints of Dark Brown #604012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 53.93%
G = 35.96%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604012 (or 0x604012) is known color: Dark Brown. HEX triplet: 60, 40 and 12. RGB value is (96,64,18). Sum of RGB (Red+Green+Blue) = 96+64+18=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604012 is #9FBFED. Grayscale: #444444. Windows color (decimal): -10469358 or 1196128. OLE color: 1196128.

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

Color convert

RGB 96 64 18 -
CMYK 0 0.33 0.81 0.62
HSL 35.38º 0.68% 0.22% -
HSV(B) 35.38º 0.81% 0.38% -
XYZ 6.77 6.2 1.41 -
YUV 68.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 96 64 18 0 0.33 0.81 0.62 35.38 0.68 0.22
Hex 60 40 12 0 21 51 3E 23 44 16
Octal 140 100 22 0 41 121 76 43 104 26
Binary 1100000 1000000 10010 0 100001 1010001 111110 100011 1000100 10110

Color Harmonies of #604012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604012

Black with #604012

Text Example


Text Example

White with #604012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604012; }

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

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

background-color css

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

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

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

border-color css

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

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

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