#996F4F

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

Shades of Dark Tan #996F4F

Tints of Dark Tan #996F4F

Color information

#996F4F (or 0x996F4F) is unknown color: approx Dark Tan. HEX triplet: 99, 6F and 4F. RGB value is (153,111,79). Sum of RGB (Red+Green+Blue) = 153+111+79=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F4F is #6690B0. Grayscale: #787878. Windows color (decimal): -6721713 or 5205913. OLE color: 5205913.

HSL color Cylindrical-coordinate representation of color #996F4F: hue angle of 25.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996F4F is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15311179-
CMYK00.270.480.4
HSL25.95º31.9%45.49%-
HSV(B)25.95º48.37%60%-
XYZ20.2318.719.94-
YUV119.91104.91151.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=44.61%
G=32.36%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531117900.270.480.425.9531.945.49
Hex996F4F01B30281a202d
Octal2311571170336050324055
Binary100110011101111100111101101111000010100011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F4F; }

 p { color: rgb(153,111,79); }

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

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

 a { background-color: rgb(153,111,79); }

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

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

 span { border-color: rgb(153,111,79); }

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