Shades of Cocoa Brown #281606
Tints of Cocoa Brown #281606
RGB
CMYK
RGB Variations
Color information
#281606 (or 0x281606) is known color: Cocoa Brown. HEX triplet: 28, 16 and 06. RGB value is (40,22,6). Sum of RGB (Red+Green+Blue) = 40+22+6=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281606 is #D7E9F9. Grayscale: #191919. Windows color (decimal): -14150138 or 398888. OLE color: 398888.
HSL color Cylindrical-coordinate representation of color #281606: hue angle of 28.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281606 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 6 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.84 |
| HSL | 28.24º | 0.74% | 0.09% | - |
| HSV(B) | 28.24º | 0.85% | 0.16% | - |
| XYZ | 1.19 | 1.04 | 0.31 | - |
| YUV | 25.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 6 | 0 | 0.45 | 0.85 | 0.84 | 28.24 | 0.74 | 0.09 |
| Hex | 28 | 16 | 6 | 0 | 2D | 55 | 54 | 1C | 4A | 9 |
| Octal | 50 | 26 | 6 | 0 | 55 | 125 | 124 | 34 | 112 | 11 |
| Binary | 101000 | 10110 | 110 | 0 | 101101 | 1010101 | 1010100 | 11100 | 1001010 | 1001 |
Color Harmonies of #281606
Complementary color
Monochromatic Colors of #281606
Black with #281606
Text Example
Text Example
White with #281606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281606; }
p { color: rgb(40,22,6); }
H1.HeaderClassName
{
color: #281606;
}
.AnyTagClassName
{
color: #281606;
}
</style>
background-color css
<style>
a { background-color: #281606; }
a { background-color: rgb(40,22,6); }
div.DivClassName
{
background-color: #281606;
}
.BgClassName
{
background-color: #281606;
}
</style>
border-color css
<style>
span { border-color: #281606; }
span { border-color: rgb(40,22,6); }
td.TdClassName
{
border-color: #281606;
}
.TagClassName
{
border-color: #281606;
}
</style>