#D6BE90

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

Shades of Tan #D6BE90

Tints of Tan #D6BE90

Color information

#D6BE90 (or 0xD6BE90) is unknown color: approx Tan. HEX triplet: D6, BE and 90. RGB value is (214,190,144). Sum of RGB (Red+Green+Blue) = 214+190+144=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE90 is #29416F. Grayscale: #C0C0C0. Windows color (decimal): -2703728 or 9486038. OLE color: 9486038.

HSL color Cylindrical-coordinate representation of color #D6BE90: hue angle of 39.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6BE90 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214190144-
CMYK00.110.330.16
HSL39.43º46.05%70.2%-
HSV(B)39.43º32.71%83.92%-
XYZ51.1853.1433.94-
YUV191.93100.95143.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=39.05%
G=34.67%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419014400.110.330.1639.4346.0570.2
HexD6BE900B2110272e46
Octal32627622001341204756106
Binary11010110101111101001000001011100001100001001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE90; }

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

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

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

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

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

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

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

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