Shades of Wood Bark #261B16
Tints of Wood Bark #261B16
RGB
CMYK
RGB Variations
Color information
#261B16 (or 0x261B16) is known color: Wood Bark. HEX triplet: 26, 1B and 16. RGB value is (38,27,22). Sum of RGB (Red+Green+Blue) = 38+27+22=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B16 is #D9E4E9. Grayscale: #1D1D1D. Windows color (decimal): -14279914 or 1448742. OLE color: 1448742.
HSL color Cylindrical-coordinate representation of color #261B16: hue angle of 18.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261B16 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 22 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.85 |
| HSL | 18.75º | 0.27% | 0.12% | - |
| HSV(B) | 18.75º | 0.42% | 0.15% | - |
| XYZ | 1.34 | 1.25 | 0.93 | - |
| YUV | 29.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 22 | 0 | 0.29 | 0.42 | 0.85 | 18.75 | 0.27 | 0.12 |
| Hex | 26 | 1B | 16 | 0 | 1D | 2A | 55 | 13 | 1B | C |
| Octal | 46 | 33 | 26 | 0 | 35 | 52 | 125 | 23 | 33 | 14 |
| Binary | 100110 | 11011 | 10110 | 0 | 11101 | 101010 | 1010101 | 10011 | 11011 | 1100 |
Color Harmonies of #261B16
Complementary color
Monochromatic Colors of #261B16
Black with #261B16
Text Example
Text Example
White with #261B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B16; }
p { color: rgb(38,27,22); }
H1.HeaderClassName
{
color: #261B16;
}
.AnyTagClassName
{
color: #261B16;
}
</style>
background-color css
<style>
a { background-color: #261B16; }
a { background-color: rgb(38,27,22); }
div.DivClassName
{
background-color: #261B16;
}
.BgClassName
{
background-color: #261B16;
}
</style>
border-color css
<style>
span { border-color: #261B16; }
span { border-color: rgb(38,27,22); }
td.TdClassName
{
border-color: #261B16;
}
.TagClassName
{
border-color: #261B16;
}
</style>