Shades of Cocoa Brown #261A06
Tints of Cocoa Brown #261A06
RGB
CMYK
RGB Variations
Color information
#261A06 (or 0x261A06) is known color: Cocoa Brown. HEX triplet: 26, 1A and 06. RGB value is (38,26,6). Sum of RGB (Red+Green+Blue) = 38+26+6=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #261A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A06 is #D9E5F9. Grayscale: #1B1B1B. Windows color (decimal): -14280186 or 399910. OLE color: 399910.
HSL color Cylindrical-coordinate representation of color #261A06: hue angle of 37.5º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261A06 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 6 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.85 |
| HSL | 37.5º | 0.73% | 0.09% | - |
| HSV(B) | 37.5º | 0.84% | 0.15% | - |
| XYZ | 1.2 | 1.16 | 0.33 | - |
| YUV | 27.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 6 | 0 | 0.32 | 0.84 | 0.85 | 37.5 | 0.73 | 0.09 |
| Hex | 26 | 1A | 6 | 0 | 20 | 54 | 55 | 26 | 49 | 9 |
| Octal | 46 | 32 | 6 | 0 | 40 | 124 | 125 | 46 | 111 | 11 |
| Binary | 100110 | 11010 | 110 | 0 | 100000 | 1010100 | 1010101 | 100110 | 1001001 | 1001 |
Color Harmonies of #261A06
Complementary color
Monochromatic Colors of #261A06
Black with #261A06
Text Example
Text Example
White with #261A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A06; }
p { color: rgb(38,26,6); }
H1.HeaderClassName
{
color: #261A06;
}
.AnyTagClassName
{
color: #261A06;
}
</style>
background-color css
<style>
a { background-color: #261A06; }
a { background-color: rgb(38,26,6); }
div.DivClassName
{
background-color: #261A06;
}
.BgClassName
{
background-color: #261A06;
}
</style>
border-color css
<style>
span { border-color: #261A06; }
span { border-color: rgb(38,26,6); }
td.TdClassName
{
border-color: #261A06;
}
.TagClassName
{
border-color: #261A06;
}
</style>