#D6C4AB

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

Shades of Bone #D6C4AB

Tints of Bone #D6C4AB

Color information

#D6C4AB (or 0xD6C4AB) is unknown color: approx Bone. HEX triplet: D6, C4 and AB. RGB value is (214,196,171). Sum of RGB (Red+Green+Blue) = 214+196+171=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4AB is #293B54. Grayscale: #C6C6C6. Windows color (decimal): -2702165 or 11257046. OLE color: 11257046.

HSL color Cylindrical-coordinate representation of color #D6C4AB: hue angle of 34.88º 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 #D6C4AB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214196171-
CMYK00.080.200.16
HSL34.88º34.4%75.49%-
HSV(B)34.88º20.09%83.92%-
XYZ54.8256.7246.59-
YUV198.53112.46139.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=36.83%
G=33.73%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419617100.080.200.1634.8834.475.49
HexD6C4AB08141023224b
Octal32630425301024204342113
Binary1101011011000100101010110100010100100001000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4AB; }

 p { color: rgb(214,196,171); }

 H1.HeaderClassName
 {
   color: #D6C4AB;
 }
 .AnyTagClassName
 {
   color: #D6C4AB;
 }
</style>
background-color css

<style>
 a { background-color: #D6C4AB; }

 a { background-color: rgb(214,196,171); }

 div.DivClassName
 {
   background-color: #D6C4AB;
 }
 .BgClassName
 {
   background-color: #D6C4AB;
 }
</style>
border-color css

<style>
 span { border-color: #D6C4AB; }

 span { border-color: rgb(214,196,171); }

 td.TdClassName
 {
   border-color: #D6C4AB;
 }
 .TagClassName
 {
   border-color: #D6C4AB;
 }
</style>