Html Css Color HEX #D6B688 Tan

📋 copy color: '#D6B688'

red 214 ◦ green 182 ◦ blue 136

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

Shades of Tan #D6B688

Tints of Tan #D6B688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 40.23%
G = 34.21%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6B688 (or 0xD6B688) is known color: Tan. HEX triplet: D6, B6 and 88. RGB value is (214,182,136). Sum of RGB (Red+Green+Blue) = 214+182+136=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B688 is #294977. Grayscale: #BABABA. Windows color (decimal): -2705784 or 8959702. OLE color: 8959702.

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

Color convert

RGB 214 182 136 -
CMYK 0 0.15 0.36 0.16
HSL 35.38º 0.49% 0.69% -
HSV(B) 35.38º 0.36% 0.84% -
XYZ 48.9 49.53 30.28 -
YUV 186.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 214 182 136 0 0.15 0.36 0.16 35.38 0.49 0.69
Hex D6 B6 88 0 F 24 10 23 31 45
Octal 326 266 210 0 17 44 20 43 61 105
Binary 11010110 10110110 10001000 0 1111 100100 10000 100011 110001 1000101

Color Harmonies of #D6B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B688

Black with #D6B688

Text Example


Text Example

White with #D6B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B688; }

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

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

background-color css

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

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

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

border-color css

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

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

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