#D6BB93

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

Shades of Tan #D6BB93

Tints of Tan #D6BB93

Color information

#D6BB93 (or 0xD6BB93) is unknown color: approx Tan. HEX triplet: D6, BB and 93. RGB value is (214,187,147). Sum of RGB (Red+Green+Blue) = 214+187+147=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB93 is #29446C. Grayscale: #BEBEBE. Windows color (decimal): -2704493 or 9681878. OLE color: 9681878.

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

Color convert

RGB214187147-
CMYK00.130.310.16
HSL35.82º44.97%70.78%-
HSV(B)35.82º31.31%83.92%-
XYZ50.7751.9434.95-
YUV190.51103.45144.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=39.05%
G=34.12%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418714700.130.310.1635.8244.9770.78
HexD6BB930D1F10242d47
Octal32627322301537204455107
Binary1101011010111011100100110110111111100001001001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB93; }

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

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

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

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

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

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

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

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