#D6B792

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

Shades of Tan #D6B792

Tints of Tan #D6B792

Color information

#D6B792 (or 0xD6B792) is unknown color: approx Tan. HEX triplet: D6, B7 and 92. RGB value is (214,183,146). Sum of RGB (Red+Green+Blue) = 214+183+146=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B792 is #29486D. Grayscale: #BCBCBC. Windows color (decimal): -2705518 or 9615318. OLE color: 9615318.

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

Color convert

RGB214183146-
CMYK00.140.320.16
HSL32.65º45.33%70.59%-
HSV(B)32.65º31.78%83.92%-
XYZ49.8550.2434.26-
YUV188.05104.27146.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=39.41%
G=33.70%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418314600.140.320.1632.6545.3370.59
HexD6B7920E2010212d47
Octal32626722201640204155107
Binary11010110101101111001001001110100000100001000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B792; }

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

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

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

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

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

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

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

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