#D6B496

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

Shades of Cashmere #D6B496

Tints of Cashmere #D6B496

Color information

#D6B496 (or 0xD6B496) is unknown color: approx Cashmere. HEX triplet: D6, B4 and 96. RGB value is (214,180,150). Sum of RGB (Red+Green+Blue) = 214+180+150=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B496 is #294B69. Grayscale: #BABABA. Windows color (decimal): -2706282 or 9876694. OLE color: 9876694.

HSL color Cylindrical-coordinate representation of color #D6B496: hue angle of 28.13º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B496 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214180150-
CMYK00.160.300.16
HSL28.13º43.84%71.37%-
HSV(B)28.13º29.91%83.92%-
XYZ49.5649.1435.73-
YUV186.75107.26147.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=39.34%
G=33.09%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418015000.160.300.1628.1343.8471.37
HexD6B4960101E101c2c47
Octal32626422602036203454107
Binary1101011010110100100101100100001111010000111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B496; }

 p { color: rgb(214,180,150); }

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

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

 a { background-color: rgb(214,180,150); }

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

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

 span { border-color: rgb(214,180,150); }

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