#996622

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

Shades of Afghan Tan #996622

Tints of Afghan Tan #996622

Color information

#996622 (or 0x996622) is unknown color: approx Afghan Tan. HEX triplet: 99, 66 and 22. RGB value is (153,102,34). Sum of RGB (Red+Green+Blue) = 153+102+34=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996622 is #6699DD. Grayscale: #6D6D6D. Windows color (decimal): -6724062 or 2254489. OLE color: 2254489.

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

Color convert

RGB15310234-
CMYK00.330.780.4
HSL34.29º63.64%36.67%-
HSV(B)34.29º77.78%60%-
XYZ18.1816.393.72-
YUV109.585.4159.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531023400.330.780.434.2963.6436.67
Hex9966220214E28224025
Octal23114642041116504210045
Binary100110011100110100010010000110011101010001000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996622; }

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

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

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

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

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

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

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

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