#D6B78B

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

Shades of Tan #D6B78B

Tints of Tan #D6B78B

Color information

#D6B78B (or 0xD6B78B) is unknown color: approx Tan. HEX triplet: D6, B7 and 8B. RGB value is (214,183,139). Sum of RGB (Red+Green+Blue) = 214+183+139=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B78B is #294874. Grayscale: #BBBBBB. Windows color (decimal): -2705525 or 9156566. OLE color: 9156566.

HSL color Cylindrical-coordinate representation of color #D6B78B: hue angle of 35.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6B78B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214183139-
CMYK00.140.350.16
HSL35.2º47.77%69.22%-
HSV(B)35.2º35.05%83.92%-
XYZ49.3350.0331.48-
YUV187.25100.77147.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=39.93%
G=34.14%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418313900.140.350.1635.247.7769.22
HexD6B78B0E2310233045
Octal32626721301643204360105
Binary11010110101101111000101101110100011100001000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B78B; }

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

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

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

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

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

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

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

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