#D6B992

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

Shades of Tan #D6B992

Tints of Tan #D6B992

Color information

#D6B992 (or 0xD6B992) is unknown color: approx Tan. HEX triplet: D6, B9 and 92. RGB value is (214,185,146). Sum of RGB (Red+Green+Blue) = 214+185+146=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B992 is #29466D. Grayscale: #BDBDBD. Windows color (decimal): -2705006 or 9615830. OLE color: 9615830.

HSL color Cylindrical-coordinate representation of color #D6B992: hue angle of 34.41º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6B992 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214185146-
CMYK00.140.320.16
HSL34.41º45.33%70.59%-
HSV(B)34.41º31.78%83.92%-
XYZ50.2751.0734.4-
YUV189.22103.61145.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=39.27%
G=33.94%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418514600.140.320.1634.4145.3370.59
HexD6B9920E2010222d47
Octal32627122201640204255107
Binary11010110101110011001001001110100000100001000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B992; }

 p { color: rgb(214,185,146); }

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

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

 a { background-color: rgb(214,185,146); }

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

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

 span { border-color: rgb(214,185,146); }

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