#D6C0AB

Color #D6C0AB Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #D6C0AB

Tints of Bone #D6C0AB

Color information

#D6C0AB (or 0xD6C0AB) is unknown color: approx 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

RGB214192171-
CMYK00.100.200.16
HSL29.3º34.4%75.49%-
HSV(B)29.3º20.09%83.92%-
XYZ53.9354.9446.29-
YUV196.18113.79140.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=37.09%
G=33.28%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419217100.100.200.1629.334.475.49
HexD6C0AB0A14101d224b
Octal32630025301224203542113
Binary110101101100000010101011010101010010000111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>