#D6B795

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

Shades of Cashmere #D6B795

Tints of Cashmere #D6B795

Color information

#D6B795 (or 0xD6B795) is unknown color: approx Cashmere. HEX triplet: D6, B7 and 95. RGB value is (214,183,149). Sum of RGB (Red+Green+Blue) = 214+183+149=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B795 is #29486A. Grayscale: #BCBCBC. Windows color (decimal): -2705515 or 9811926. OLE color: 9811926.

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

Color convert

RGB214183149-
CMYK00.140.300.16
HSL31.38º44.22%71.18%-
HSV(B)31.38º30.37%83.92%-
XYZ50.0950.3335.51-
YUV188.39105.77146.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=39.19%
G=33.52%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418314900.140.300.1631.3844.2271.18
HexD6B7950E1E101f2c47
Octal32626722501636203754107
Binary110101101011011110010101011101111010000111111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B795; }

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

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

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

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

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

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

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

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