#D6B696

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

Shades of Cashmere #D6B696

Tints of Cashmere #D6B696

Color information

#D6B696 (or 0xD6B696) is unknown color: approx Cashmere. HEX triplet: D6, B6 and 96. RGB value is (214,182,150). Sum of RGB (Red+Green+Blue) = 214+182+150=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B696 is #294969. Grayscale: #BCBCBC. Windows color (decimal): -2705770 or 9877206. OLE color: 9877206.

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

Color convert

RGB214182150-
CMYK00.150.300.16
HSL30º43.84%71.37%-
HSV(B)30º29.91%83.92%-
XYZ49.9649.9535.86-
YUV187.92106.6146.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=39.19%
G=33.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418215000.150.300.163043.8471.37
HexD6B6960F1E101e2c47
Octal32626622601736203654107
Binary110101101011011010010110011111111010000111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B696; }

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

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

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

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

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

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

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

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