Shades of Cocoa Brown #261605
Tints of Cocoa Brown #261605
RGB
CMYK
RGB Variations
Color information
#261605 (or 0x261605) is known color: Cocoa Brown. HEX triplet: 26, 16 and 05. RGB value is (38,22,5). Sum of RGB (Red+Green+Blue) = 38+22+5=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #261605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261605 is #D9E9FA. Grayscale: #181818. Windows color (decimal): -14281211 or 333350. OLE color: 333350.
HSL color Cylindrical-coordinate representation of color #261605: hue angle of 30.91º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261605 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 22 | 5 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.85 |
| HSL | 30.91º | 0.77% | 0.08% | - |
| HSV(B) | 30.91º | 0.87% | 0.15% | - |
| XYZ | 1.11 | 1 | 0.28 | - |
| YUV | 24.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 5 | 0 | 0.42 | 0.87 | 0.85 | 30.91 | 0.77 | 0.08 |
| Hex | 26 | 16 | 5 | 0 | 2A | 57 | 55 | 1F | 4D | 8 |
| Octal | 46 | 26 | 5 | 0 | 52 | 127 | 125 | 37 | 115 | 10 |
| Binary | 100110 | 10110 | 101 | 0 | 101010 | 1010111 | 1010101 | 11111 | 1001101 | 1000 |
Color Harmonies of #261605
Complementary color
Monochromatic Colors of #261605
Black with #261605
Text Example
Text Example
White with #261605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261605; }
p { color: rgb(38,22,5); }
H1.HeaderClassName
{
color: #261605;
}
.AnyTagClassName
{
color: #261605;
}
</style>
background-color css
<style>
a { background-color: #261605; }
a { background-color: rgb(38,22,5); }
div.DivClassName
{
background-color: #261605;
}
.BgClassName
{
background-color: #261605;
}
</style>
border-color css
<style>
span { border-color: #261605; }
span { border-color: rgb(38,22,5); }
td.TdClassName
{
border-color: #261605;
}
.TagClassName
{
border-color: #261605;
}
</style>