Shades of Cocoa Brown #351E06
Tints of Cocoa Brown #351E06
RGB
CMYK
RGB Variations
Color information
#351E06 (or 0x351E06) is known color: Cocoa Brown. HEX triplet: 35, 1E and 06. RGB value is (53,30,6). Sum of RGB (Red+Green+Blue) = 53+30+6=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #351E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E06 is #CAE1F9. Grayscale: #222222. Windows color (decimal): -13296122 or 400949. OLE color: 400949.
HSL color Cylindrical-coordinate representation of color #351E06: hue angle of 30.64º 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 #351E06 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 6 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.79 |
| HSL | 30.64º | 0.8% | 0.12% | - |
| HSV(B) | 30.64º | 0.89% | 0.21% | - |
| XYZ | 1.97 | 1.7 | 0.4 | - |
| YUV | 34.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 6 | 0 | 0.43 | 0.89 | 0.79 | 30.64 | 0.8 | 0.12 |
| Hex | 35 | 1E | 6 | 0 | 2B | 59 | 4F | 1F | 50 | C |
| Octal | 65 | 36 | 6 | 0 | 53 | 131 | 117 | 37 | 120 | 14 |
| Binary | 110101 | 11110 | 110 | 0 | 101011 | 1011001 | 1001111 | 11111 | 1010000 | 1100 |
Color Harmonies of #351E06
Complementary color
Monochromatic Colors of #351E06
Black with #351E06
Text Example
Text Example
White with #351E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E06; }
p { color: rgb(53,30,6); }
H1.HeaderClassName
{
color: #351E06;
}
.AnyTagClassName
{
color: #351E06;
}
</style>
background-color css
<style>
a { background-color: #351E06; }
a { background-color: rgb(53,30,6); }
div.DivClassName
{
background-color: #351E06;
}
.BgClassName
{
background-color: #351E06;
}
</style>
border-color css
<style>
span { border-color: #351E06; }
span { border-color: rgb(53,30,6); }
td.TdClassName
{
border-color: #351E06;
}
.TagClassName
{
border-color: #351E06;
}
</style>