#996028

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

Shades of Afghan Tan #996028

Tints of Afghan Tan #996028

Color information

#996028 (or 0x996028) is unknown color: approx Afghan Tan. HEX triplet: 99, 60 and 28. RGB value is (153,96,40). Sum of RGB (Red+Green+Blue) = 153+96+40=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996028 is #669FD7. Grayscale: #6A6A6A. Windows color (decimal): -6725592 or 2646169. OLE color: 2646169.

HSL color Cylindrical-coordinate representation of color #996028: hue angle of 29.73º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996028 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB1539640-
CMYK00.370.740.4
HSL29.73º58.55%37.84%-
HSV(B)29.73º73.86%60%-
XYZ17.715.294.03-
YUV106.6690.38161.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=52.94%
G=33.22%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153964000.370.740.429.7358.5537.84
Hex9960280254A281e3b26
Octal2311405004511250367346
Binary1001100111000001010000100101100101010100011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996028; }

 p { color: rgb(153,96,40); }

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

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

 a { background-color: rgb(153,96,40); }

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

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

 span { border-color: rgb(153,96,40); }

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