Shades of Cocoa Brown #261601
Tints of Cocoa Brown #261601
RGB
CMYK
RGB Variations
Color information
#261601 (or 0x261601) is known color: Cocoa Brown. HEX triplet: 26, 16 and 01. RGB value is (38,22,1). Sum of RGB (Red+Green+Blue) = 38+22+1=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #261601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261601 is #D9E9FE. Grayscale: #181818. Windows color (decimal): -14281215 or 71206. OLE color: 71206.
HSL color Cylindrical-coordinate representation of color #261601: hue angle of 34.05º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261601 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 22 | 1 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.85 |
| HSL | 34.05º | 0.95% | 0.08% | - |
| HSV(B) | 34.05º | 0.97% | 0.15% | - |
| XYZ | 1.09 | 0.99 | 0.16 | - |
| YUV | 24.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 1 | 0 | 0.42 | 0.97 | 0.85 | 34.05 | 0.95 | 0.08 |
| Hex | 26 | 16 | 1 | 0 | 2A | 61 | 55 | 22 | 5F | 8 |
| Octal | 46 | 26 | 1 | 0 | 52 | 141 | 125 | 42 | 137 | 10 |
| Binary | 100110 | 10110 | 1 | 0 | 101010 | 1100001 | 1010101 | 100010 | 1011111 | 1000 |
Color Harmonies of #261601
Complementary color
Monochromatic Colors of #261601
Black with #261601
Text Example
Text Example
White with #261601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261601; }
p { color: rgb(38,22,1); }
H1.HeaderClassName
{
color: #261601;
}
.AnyTagClassName
{
color: #261601;
}
</style>
background-color css
<style>
a { background-color: #261601; }
a { background-color: rgb(38,22,1); }
div.DivClassName
{
background-color: #261601;
}
.BgClassName
{
background-color: #261601;
}
</style>
border-color css
<style>
span { border-color: #261601; }
span { border-color: rgb(38,22,1); }
td.TdClassName
{
border-color: #261601;
}
.TagClassName
{
border-color: #261601;
}
</style>