Html Css Color HEX #D6B696 Cashmere

📋 copy color: '#D6B696'

red 214 ◦ green 182 ◦ blue 150

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

Shades of Cashmere #D6B696

Tints of Cashmere #D6B696

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 value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6B696 (or 0xD6B696) is known color: 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

RGB 214 182 150 -
CMYK 0 0.15 0.30 0.16
HSL 30º 0.44% 0.71% -
HSV(B) 30º 0.3% 0.84% -
XYZ 49.96 49.95 35.86 -
YUV 187.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 214 182 150 0 0.15 0.30 0.16 30 0.44 0.71
Hex D6 B6 96 0 F 1E 10 1E 2C 47
Octal 326 266 226 0 17 36 20 36 54 107
Binary 11010110 10110110 10010110 0 1111 11110 10000 11110 101100 1000111

Color Harmonies of #D6B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B696

Black with #D6B696

Text Example


Text Example

White with #D6B696

Text Example


Text Example

HTML Codes & Css Web 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>