Html Css Color HEX #D6B6A1 Cashmere

📋 copy color: '#D6B6A1'

red 214 ◦ green 182 ◦ blue 161

#D6B6A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #D6B6A1

Tints of Cashmere #D6B6A1

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

 GREEN value IS 182 (71.48% from 255) = 32.68%

 BLUE value IS 161 (63.28% from 255) = 28.9%

R = 38.42%
G = 32.68%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6B6A1 (or 0xD6B6A1) is known color: Cashmere. HEX triplet: D6, B6 and A1. RGB value is (214,182,161). Sum of RGB (Red+Green+Blue) = 214+182+161=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6A1 is #29495E. Grayscale: #BDBDBD. Windows color (decimal): -2705759 or 10598102. OLE color: 10598102.

HSL color Cylindrical-coordinate representation of color #D6B6A1: hue angle of 23.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B6A1 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 161 -
CMYK 0 0.15 0.25 0.16
HSL 23.77º 0.39% 0.74% -
HSV(B) 23.77º 0.25% 0.84% -
XYZ 50.89 50.33 40.75 -
YUV 189.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 214 182 161 0 0.15 0.25 0.16 23.77 0.39 0.74
Hex D6 B6 A1 0 F 19 10 18 27 4A
Octal 326 266 241 0 17 31 20 30 47 112
Binary 11010110 10110110 10100001 0 1111 11001 10000 11000 100111 1001010

Color Harmonies of #D6B6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6A1

Black with #D6B6A1

Text Example


Text Example

White with #D6B6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6A1; }

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

 H1.HeaderClassName
 {
   color: #D6B6A1;
 }
 .AnyTagClassName
 {
   color: #D6B6A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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