Html Css Color HEX #D6B689 Tan

📋 copy color: '#D6B689'

red 214 ◦ green 182 ◦ blue 137

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

Shades of Tan #D6B689

Tints of Tan #D6B689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.7%

R = 40.15%
G = 34.15%
B = 25.7%

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

#D6B689 (or 0xD6B689) is known color: Tan. HEX triplet: D6, B6 and 89. RGB value is (214,182,137). Sum of RGB (Red+Green+Blue) = 214+182+137=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B689 is #294976. Grayscale: #BABABA. Windows color (decimal): -2705783 or 9025238. OLE color: 9025238.

HSL color Cylindrical-coordinate representation of color #D6B689: hue angle of 35.06º degrees, saturation: 0.48, 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 #D6B689 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 137 -
CMYK 0 0.15 0.36 0.16
HSL 35.06º 0.48% 0.69% -
HSV(B) 35.06º 0.36% 0.84% -
XYZ 48.97 49.56 30.65 -
YUV 186.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 214 182 137 0 0.15 0.36 0.16 35.06 0.48 0.69
Hex D6 B6 89 0 F 24 10 23 30 45
Octal 326 266 211 0 17 44 20 43 60 105
Binary 11010110 10110110 10001001 0 1111 100100 10000 100011 110000 1000101

Color Harmonies of #D6B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B689

Black with #D6B689

Text Example


Text Example

White with #D6B689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B689; }

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

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

background-color css

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

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

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

border-color css

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

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

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