#D6C1AF

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

Shades of Bone #D6C1AF

Tints of Bone #D6C1AF

Color information

#D6C1AF (or 0xD6C1AF) is unknown color: approx Bone. HEX triplet: D6, C1 and AF. RGB value is (214,193,175). Sum of RGB (Red+Green+Blue) = 214+193+175=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C1AF is #293E50. Grayscale: #C5C5C5. Windows color (decimal): -2702929 or 11518422. OLE color: 11518422.

HSL color Cylindrical-coordinate representation of color #D6C1AF: hue angle of 27.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6C1AF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214193175-
CMYK00.100.180.16
HSL27.69º32.23%76.27%-
HSV(B)27.69º18.22%83.92%-
XYZ54.5455.5348.4-
YUV197.23115.46139.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=36.77%
G=33.16%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419317500.100.180.1627.6932.2376.27
HexD6C1AF0A12101c204c
Octal32630125701222203440114
Binary110101101100000110101111010101001010000111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1AF; }

 p { color: rgb(214,193,175); }

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

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

 a { background-color: rgb(214,193,175); }

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

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

 span { border-color: rgb(214,193,175); }

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