Shades of Wood Bark #261C16
Tints of Wood Bark #261C16
RGB
CMYK
RGB Variations
Color information
#261C16 (or 0x261C16) is known color: Wood Bark. HEX triplet: 26, 1C and 16. RGB value is (38,28,22). Sum of RGB (Red+Green+Blue) = 38+28+22=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C16 is #D9E3E9. Grayscale: #1E1E1E. Windows color (decimal): -14279658 or 1448998. OLE color: 1448998.
HSL color Cylindrical-coordinate representation of color #261C16: hue angle of 22.5º 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 #261C16 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 22 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.85 |
| HSL | 22.5º | 0.27% | 0.12% | - |
| HSV(B) | 22.5º | 0.42% | 0.15% | - |
| XYZ | 1.36 | 1.3 | 0.94 | - |
| YUV | 30.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 22 | 0 | 0.26 | 0.42 | 0.85 | 22.5 | 0.27 | 0.12 |
| Hex | 26 | 1C | 16 | 0 | 1A | 2A | 55 | 16 | 1B | C |
| Octal | 46 | 34 | 26 | 0 | 32 | 52 | 125 | 26 | 33 | 14 |
| Binary | 100110 | 11100 | 10110 | 0 | 11010 | 101010 | 1010101 | 10110 | 11011 | 1100 |
Color Harmonies of #261C16
Complementary color
Monochromatic Colors of #261C16
Black with #261C16
Text Example
Text Example
White with #261C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C16; }
p { color: rgb(38,28,22); }
H1.HeaderClassName
{
color: #261C16;
}
.AnyTagClassName
{
color: #261C16;
}
</style>
background-color css
<style>
a { background-color: #261C16; }
a { background-color: rgb(38,28,22); }
div.DivClassName
{
background-color: #261C16;
}
.BgClassName
{
background-color: #261C16;
}
</style>
border-color css
<style>
span { border-color: #261C16; }
span { border-color: rgb(38,28,22); }
td.TdClassName
{
border-color: #261C16;
}
.TagClassName
{
border-color: #261C16;
}
</style>