#D6B69C

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

Shades of Cashmere #D6B69C

Tints of Cashmere #D6B69C

Color information

#D6B69C (or 0xD6B69C) is unknown color: approx Cashmere. HEX triplet: D6, B6 and 9C. RGB value is (214,182,156). Sum of RGB (Red+Green+Blue) = 214+182+156=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B69C is #294963. Grayscale: #BCBCBC. Windows color (decimal): -2705764 or 10270422. OLE color: 10270422.

HSL color Cylindrical-coordinate representation of color #D6B69C: hue angle of 26.9º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B69C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214182156-
CMYK00.150.270.16
HSL26.9º41.43%72.55%-
HSV(B)26.9º27.1%83.92%-
XYZ50.4650.1538.47-
YUV188.6109.6146.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=38.77%
G=32.97%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418215600.150.270.1626.941.4372.55
HexD6B69C0F1B101b2949
Octal32626623401733203351111
Binary110101101011011010011100011111101110000110111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B69C; }

 p { color: rgb(214,182,156); }

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

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

 a { background-color: rgb(214,182,156); }

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

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

 span { border-color: rgb(214,182,156); }

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