Shades of Cocoa Brown #271606
Tints of Cocoa Brown #271606
RGB
CMYK
RGB Variations
Color information
#271606 (or 0x271606) is known color: Cocoa Brown. HEX triplet: 27, 16 and 06. RGB value is (39,22,6). Sum of RGB (Red+Green+Blue) = 39+22+6=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271606 is #D8E9F9. Grayscale: #191919. Windows color (decimal): -14215674 or 398887. OLE color: 398887.
HSL color Cylindrical-coordinate representation of color #271606: hue angle of 29.09º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271606 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 22 | 6 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.85 |
| HSL | 29.09º | 0.73% | 0.09% | - |
| HSV(B) | 29.09º | 0.85% | 0.15% | - |
| XYZ | 1.16 | 1.02 | 0.31 | - |
| YUV | 25.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 6 | 0 | 0.44 | 0.85 | 0.85 | 29.09 | 0.73 | 0.09 |
| Hex | 27 | 16 | 6 | 0 | 2C | 55 | 55 | 1D | 49 | 9 |
| Octal | 47 | 26 | 6 | 0 | 54 | 125 | 125 | 35 | 111 | 11 |
| Binary | 100111 | 10110 | 110 | 0 | 101100 | 1010101 | 1010101 | 11101 | 1001001 | 1001 |
Color Harmonies of #271606
Complementary color
Monochromatic Colors of #271606
Black with #271606
Text Example
Text Example
White with #271606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271606; }
p { color: rgb(39,22,6); }
H1.HeaderClassName
{
color: #271606;
}
.AnyTagClassName
{
color: #271606;
}
</style>
background-color css
<style>
a { background-color: #271606; }
a { background-color: rgb(39,22,6); }
div.DivClassName
{
background-color: #271606;
}
.BgClassName
{
background-color: #271606;
}
</style>
border-color css
<style>
span { border-color: #271606; }
span { border-color: rgb(39,22,6); }
td.TdClassName
{
border-color: #271606;
}
.TagClassName
{
border-color: #271606;
}
</style>