#996526

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

Shades of Afghan Tan #996526

Tints of Afghan Tan #996526

Color information

#996526 (or 0x996526) is unknown color: approx Afghan Tan. HEX triplet: 99, 65 and 26. RGB value is (153,101,38). Sum of RGB (Red+Green+Blue) = 153+101+38=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996526 is #669AD9. Grayscale: #6D6D6D. Windows color (decimal): -6724314 or 2516377. OLE color: 2516377.

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

Color convert

RGB15310138-
CMYK00.340.750.4
HSL32.87º60.21%37.45%-
HSV(B)32.87º75.16%60%-
XYZ18.1416.224.01-
YUV109.3787.73159.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=52.40%
G=34.59%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531013800.340.750.432.8760.2137.45
Hex9965260224B28213c25
Octal2311454604211350417445
Binary10011001110010110011001000101001011101000100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996526; }

 p { color: rgb(153,101,38); }

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

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

 a { background-color: rgb(153,101,38); }

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

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

 span { border-color: rgb(153,101,38); }

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