#D6B095

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

Shades of Cashmere #D6B095

Tints of Cashmere #D6B095

Color information

#D6B095 (or 0xD6B095) is unknown color: approx Cashmere. HEX triplet: D6, B0 and 95. RGB value is (214,176,149). Sum of RGB (Red+Green+Blue) = 214+176+149=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B095 is #294F6A. Grayscale: #B8B8B8. Windows color (decimal): -2707307 or 9810134. OLE color: 9810134.

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

Color convert

RGB214176149-
CMYK00.180.300.16
HSL24.92º44.22%71.18%-
HSV(B)24.92º30.37%83.92%-
XYZ48.6847.5235.04-
YUV184.28108.09149.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=39.70%
G=32.65%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417614900.180.300.1624.9244.2271.18
HexD6B0950121E10192c47
Octal32626022502236203154107
Binary1101011010110000100101010100101111010000110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B095; }

 p { color: rgb(214,176,149); }

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

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

 a { background-color: rgb(214,176,149); }

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

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

 span { border-color: rgb(214,176,149); }

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