#996248

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

Shades of Dark Tan #996248

Tints of Dark Tan #996248

Color information

#996248 (or 0x996248) is unknown color: approx Dark Tan. HEX triplet: 99, 62 and 48. RGB value is (153,98,72). Sum of RGB (Red+Green+Blue) = 153+98+72=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996248 is #669DB7. Grayscale: #6F6F6F. Windows color (decimal): -6725048 or 4743833. OLE color: 4743833.

HSL color Cylindrical-coordinate representation of color #996248: hue angle of 19.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996248 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1539872-
CMYK00.360.530.4
HSL19.26º36%44.12%-
HSV(B)19.26º52.94%60%-
XYZ18.6715.988.23-
YUV111.48105.72157.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=47.37%
G=30.34%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153987200.360.530.419.263644.12
Hex996248024352813242c
Octal2311421100446550234454
Binary1001100111000101001000010010011010110100010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996248; }

 p { color: rgb(153,98,72); }

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

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

 a { background-color: rgb(153,98,72); }

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

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

 span { border-color: rgb(153,98,72); }

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