Html Css Color HEX #604036 Very Dark Brown

📋 copy color: '#604036'

red 96 ◦ green 64 ◦ blue 54

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

Shades of Very Dark Brown #604036

Tints of Very Dark Brown #604036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 44.86%
G = 29.91%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#604036 (or 0x604036) is known color: Very Dark Brown. HEX triplet: 60, 40 and 36. RGB value is (96,64,54). Sum of RGB (Red+Green+Blue) = 96+64+54=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604036 is #9FBFC9. Grayscale: #484848. Windows color (decimal): -10469322 or 3555424. OLE color: 3555424.

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

Color convert

RGB 96 64 54 -
CMYK 0 0.33 0.44 0.62
HSL 14.29º 0.28% 0.29% -
HSV(B) 14.29º 0.44% 0.38% -
XYZ 7.32 6.42 4.34 -
YUV 72.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 96 64 54 0 0.33 0.44 0.62 14.29 0.28 0.29
Hex 60 40 36 0 21 2C 3E E 1C 1D
Octal 140 100 66 0 41 54 76 16 34 35
Binary 1100000 1000000 110110 0 100001 101100 111110 1110 11100 11101

Color Harmonies of #604036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604036

Black with #604036

Text Example


Text Example

White with #604036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604036; }

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

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

background-color css

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

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

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

border-color css

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

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

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