Shades of Cocoa Brown #351C06
Tints of Cocoa Brown #351C06
RGB
CMYK
RGB Variations
Color information
#351C06 (or 0x351C06) is known color: Cocoa Brown. HEX triplet: 35, 1C and 06. RGB value is (53,28,6). Sum of RGB (Red+Green+Blue) = 53+28+6=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #351C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C06 is #CAE3F9. Grayscale: #212121. Windows color (decimal): -13296634 or 400437. OLE color: 400437.
HSL color Cylindrical-coordinate representation of color #351C06: hue angle of 28.09º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351C06 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 6 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.79 |
| HSL | 28.09º | 0.8% | 0.12% | - |
| HSV(B) | 28.09º | 0.89% | 0.21% | - |
| XYZ | 1.92 | 1.6 | 0.38 | - |
| YUV | 32.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 6 | 0 | 0.47 | 0.89 | 0.79 | 28.09 | 0.8 | 0.12 |
| Hex | 35 | 1C | 6 | 0 | 2F | 59 | 4F | 1C | 50 | C |
| Octal | 65 | 34 | 6 | 0 | 57 | 131 | 117 | 34 | 120 | 14 |
| Binary | 110101 | 11100 | 110 | 0 | 101111 | 1011001 | 1001111 | 11100 | 1010000 | 1100 |
Color Harmonies of #351C06
Complementary color
Monochromatic Colors of #351C06
Black with #351C06
Text Example
Text Example
White with #351C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C06; }
p { color: rgb(53,28,6); }
H1.HeaderClassName
{
color: #351C06;
}
.AnyTagClassName
{
color: #351C06;
}
</style>
background-color css
<style>
a { background-color: #351C06; }
a { background-color: rgb(53,28,6); }
div.DivClassName
{
background-color: #351C06;
}
.BgClassName
{
background-color: #351C06;
}
</style>
border-color css
<style>
span { border-color: #351C06; }
span { border-color: rgb(53,28,6); }
td.TdClassName
{
border-color: #351C06;
}
.TagClassName
{
border-color: #351C06;
}
</style>