#D6BC92

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

Shades of Tan #D6BC92

Tints of Tan #D6BC92

Color information

#D6BC92 (or 0xD6BC92) is unknown color: approx Tan. HEX triplet: D6, BC and 92. RGB value is (214,188,146). Sum of RGB (Red+Green+Blue) = 214+188+146=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC92 is #29436D. Grayscale: #BFBFBF. Windows color (decimal): -2704238 or 9616598. OLE color: 9616598.

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

Color convert

RGB214188146-
CMYK00.120.320.16
HSL37.06º45.33%70.59%-
HSV(B)37.06º31.78%83.92%-
XYZ50.952.3434.61-
YUV190.99102.61144.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=39.05%
G=34.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418814600.120.320.1637.0645.3370.59
HexD6BC920C2010252d47
Octal32627422201440204555107
Binary11010110101111001001001001100100000100001001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC92; }

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

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

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

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

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

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

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

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