#d6b78f

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

Shades of Tan #D6B78F

Tints of Tan #D6B78F

Color information

#D6B78F (or 0xD6B78F) is unknown color: approx Tan. HEX triplet: D6, B7 and 8F. RGB value is (214,183,143). Sum of RGB (Red+Green+Blue) = 214+183+143=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B78F is #294870. Grayscale: #BBBBBB. Windows color (decimal): -2705521 or 9418710. OLE color: 9418710.

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

Color convert

RGB214183143-
CMYK00.140.330.16
HSL33.8º46.41%70%-
HSV(B)33.8º33.18%83.92%-
XYZ49.6250.1533.05-
YUV187.71102.77146.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=39.63%
G=33.89%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418314300.140.330.1633.846.4170
HexD6B78F0E2110222e46
Octal32626721701641204256106
Binary11010110101101111000111101110100001100001000101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6b78f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6b78f; }

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

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

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

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

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

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

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

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