#D6BB92

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

Shades of Tan #D6BB92

Tints of Tan #D6BB92

Color information

#D6BB92 (or 0xD6BB92) is unknown color: approx Tan. HEX triplet: D6, BB and 92. RGB value is (214,187,146). Sum of RGB (Red+Green+Blue) = 214+187+146=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB92 is #29446D. Grayscale: #BEBEBE. Windows color (decimal): -2704494 or 9616342. OLE color: 9616342.

HSL color Cylindrical-coordinate representation of color #D6BB92: hue angle of 36.18º 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 #D6BB92 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214187146-
CMYK00.130.320.16
HSL36.18º45.33%70.59%-
HSV(B)36.18º31.78%83.92%-
XYZ50.6951.9134.54-
YUV190.4102.95144.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=39.12%
G=34.19%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418714600.130.320.1636.1845.3370.59
HexD6BB920D2010242d47
Octal32627322201540204455107
Binary11010110101110111001001001101100000100001001001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB92; }

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

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

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

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

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

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

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

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