Shades of Cocoa Brown #402406
Tints of Cocoa Brown #402406
RGB
CMYK
RGB Variations
Color information
#402406 (or 0x402406) is known color: Cocoa Brown. HEX triplet: 40, 24 and 06. RGB value is (64,36,6). Sum of RGB (Red+Green+Blue) = 64+36+6=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402406 is #BFDBF9. Grayscale: #292929. Windows color (decimal): -12573690 or 402496. OLE color: 402496.
HSL color Cylindrical-coordinate representation of color #402406: hue angle of 31.03º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402406 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 6 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.75 |
| HSL | 31.03º | 0.83% | 0.14% | - |
| HSV(B) | 31.03º | 0.91% | 0.25% | - |
| XYZ | 2.78 | 2.36 | 0.48 | - |
| YUV | 40.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 6 | 0 | 0.44 | 0.91 | 0.75 | 31.03 | 0.83 | 0.14 |
| Hex | 40 | 24 | 6 | 0 | 2C | 5B | 4B | 1F | 53 | E |
| Octal | 100 | 44 | 6 | 0 | 54 | 133 | 113 | 37 | 123 | 16 |
| Binary | 1000000 | 100100 | 110 | 0 | 101100 | 1011011 | 1001011 | 11111 | 1010011 | 1110 |
Color Harmonies of #402406
Complementary color
Monochromatic Colors of #402406
Black with #402406
Text Example
Text Example
White with #402406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402406; }
p { color: rgb(64,36,6); }
H1.HeaderClassName
{
color: #402406;
}
.AnyTagClassName
{
color: #402406;
}
</style>
background-color css
<style>
a { background-color: #402406; }
a { background-color: rgb(64,36,6); }
div.DivClassName
{
background-color: #402406;
}
.BgClassName
{
background-color: #402406;
}
</style>
border-color css
<style>
span { border-color: #402406; }
span { border-color: rgb(64,36,6); }
td.TdClassName
{
border-color: #402406;
}
.TagClassName
{
border-color: #402406;
}
</style>