#D6BE92

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

Shades of Tan #D6BE92

Tints of Tan #D6BE92

Color information

#D6BE92 (or 0xD6BE92) is unknown color: approx Tan. HEX triplet: D6, BE and 92. RGB value is (214,190,146). Sum of RGB (Red+Green+Blue) = 214+190+146=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE92 is #29416D. Grayscale: #C0C0C0. Windows color (decimal): -2703726 or 9617110. OLE color: 9617110.

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

Color convert

RGB214190146-
CMYK00.110.320.16
HSL38.82º45.33%70.59%-
HSV(B)38.82º31.78%83.92%-
XYZ51.3353.234.76-
YUV192.16101.95143.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=38.91%
G=34.55%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419014600.110.320.1638.8245.3370.59
HexD6BE920B2010272d47
Octal32627622201340204755107
Binary11010110101111101001001001011100000100001001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE92; }

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

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

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

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

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

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

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

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