#996626

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

Shades of Afghan Tan #996626

Tints of Afghan Tan #996626

Color information

#996626 (or 0x996626) is unknown color: approx Afghan Tan. HEX triplet: 99, 66 and 26. RGB value is (153,102,38). Sum of RGB (Red+Green+Blue) = 153+102+38=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #996626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996626 is #6699D9. Grayscale: #6E6E6E. Windows color (decimal): -6724058 or 2516633. OLE color: 2516633.

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

Color convert

RGB15310238-
CMYK00.330.750.4
HSL33.39º60.21%37.45%-
HSV(B)33.39º75.16%60%-
XYZ18.2416.414.04-
YUV109.9587.4158.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=52.22%
G=34.81%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531023800.330.750.433.3960.2137.45
Hex9966260214B28213c25
Octal2311464604111350417445
Binary10011001110011010011001000011001011101000100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996626; }

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

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

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

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

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

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

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

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