#996128

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

Shades of Afghan Tan #996128

Tints of Afghan Tan #996128

Color information

#996128 (or 0x996128) is unknown color: approx Afghan Tan. HEX triplet: 99, 61 and 28. RGB value is (153,97,40). Sum of RGB (Red+Green+Blue) = 153+97+40=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996128 is #669ED7. Grayscale: #6B6B6B. Windows color (decimal): -6725336 or 2646425. OLE color: 2646425.

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

Color convert

RGB1539740-
CMYK00.370.740.4
HSL30.27º58.55%37.84%-
HSV(B)30.27º73.86%60%-
XYZ17.7915.474.06-
YUV107.2590.05160.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=52.76%
G=33.45%
B=13.79%

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
Decimal153974000.370.740.430.2758.5537.84
Hex9961280254A281e3b26
Octal2311415004511250367346
Binary1001100111000011010000100101100101010100011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996128; }

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

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

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

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

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

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

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

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