#9D614D

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

Shades of Dark Tan #9D614D

Tints of Dark Tan #9D614D

Color information

#9D614D (or 0x9D614D) is unknown color: approx Dark Tan. HEX triplet: 9D, 61 and 4D. RGB value is (157,97,77). Sum of RGB (Red+Green+Blue) = 157+97+77=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D614D is #629EB2. Grayscale: #707070. Windows color (decimal): -6463155 or 5071261. OLE color: 5071261.

HSL color Cylindrical-coordinate representation of color #9D614D: hue angle of 15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D614D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1579777-
CMYK00.380.510.38
HSL15º34.19%45.88%-
HSV(B)15º50.96%61.57%-
XYZ19.5216.259.13-
YUV112.66107.88159.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=47.43%
G=29.31%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157977700.380.510.381534.1945.88
Hex9D614D0263326f222e
Octal2351411150466346174256
Binary100111011100001100110101001101100111001101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D614D; }

 p { color: rgb(157,97,77); }

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

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

 a { background-color: rgb(157,97,77); }

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

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

 span { border-color: rgb(157,97,77); }

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