#D6B49B

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

Shades of Cashmere #D6B49B

Tints of Cashmere #D6B49B

Color information

#D6B49B (or 0xD6B49B) is unknown color: approx Cashmere. HEX triplet: D6, B4 and 9B. RGB value is (214,180,155). Sum of RGB (Red+Green+Blue) = 214+180+155=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B49B is #294B64. Grayscale: #BBBBBB. Windows color (decimal): -2706277 or 10204374. OLE color: 10204374.

HSL color Cylindrical-coordinate representation of color #D6B49B: hue angle of 25.42º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B49B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214180155-
CMYK00.160.280.16
HSL25.42º41.84%72.35%-
HSV(B)25.42º27.57%83.92%-
XYZ49.9749.3137.89-
YUV187.32109.76147.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=38.98%
G=32.79%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418015500.160.280.1625.4241.8472.35
HexD6B49B0101C10192a48
Octal32626423302034203152110
Binary1101011010110100100110110100001110010000110011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B49B; }

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

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

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

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

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

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

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

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