#996748

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

Shades of Dark Tan #996748

Tints of Dark Tan #996748

Color information

#996748 (or 0x996748) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 48. RGB value is (153,103,72). Sum of RGB (Red+Green+Blue) = 153+103+72=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996748 is #6698B7. Grayscale: #727272. Windows color (decimal): -6723768 or 4745113. OLE color: 4745113.

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

Color convert

RGB15310372-
CMYK00.330.530.4
HSL22.96º36%44.12%-
HSV(B)22.96º52.94%60%-
XYZ19.1616.948.39-
YUV114.42104.06155.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=46.65%
G=31.40%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531037200.330.530.422.963644.12
Hex996748021352817242c
Octal2311471100416550274454
Binary1001100111001111001000010000111010110100010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996748; }

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

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

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

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

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

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

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

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