Shades of Bone #D6C0AB
Tints of Bone #D6C0AB
RGB
CMYK
RGB Variations
Color information
#D6C0AB (or 0xD6C0AB) is known color: Bone. HEX triplet: D6, C0 and AB. RGB value is (214,192,171). Sum of RGB (Red+Green+Blue) = 214+192+171=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0AB is #293F54. Grayscale: #C4C4C4. Windows color (decimal): -2703189 or 11256022. OLE color: 11256022.
HSL color Cylindrical-coordinate representation of color #D6C0AB: hue angle of 29.3º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C0AB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 171 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.16 |
| HSL | 29.3º | 0.34% | 0.75% | - |
| HSV(B) | 29.3º | 0.2% | 0.84% | - |
| XYZ | 53.93 | 54.94 | 46.29 | - |
| YUV | 196.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 171 | 0 | 0.10 | 0.20 | 0.16 | 29.3 | 0.34 | 0.75 |
| Hex | D6 | C0 | AB | 0 | A | 14 | 10 | 1D | 22 | 4B |
| Octal | 326 | 300 | 253 | 0 | 12 | 24 | 20 | 35 | 42 | 113 |
| Binary | 11010110 | 11000000 | 10101011 | 0 | 1010 | 10100 | 10000 | 11101 | 100010 | 1001011 |
Color Harmonies of #D6C0AB
Complementary color
Monochromatic Colors of #D6C0AB
Black with #D6C0AB
Text Example
Text Example
White with #D6C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0AB; }
p { color: rgb(214,192,171); }
H1.HeaderClassName
{
color: #D6C0AB;
}
.AnyTagClassName
{
color: #D6C0AB;
}
</style>
background-color css
<style>
a { background-color: #D6C0AB; }
a { background-color: rgb(214,192,171); }
div.DivClassName
{
background-color: #D6C0AB;
}
.BgClassName
{
background-color: #D6C0AB;
}
</style>
border-color css
<style>
span { border-color: #D6C0AB; }
span { border-color: rgb(214,192,171); }
td.TdClassName
{
border-color: #D6C0AB;
}
.TagClassName
{
border-color: #D6C0AB;
}
</style>