Html Css Color HEX #996622 Afghan Tan

📋 copy color: '#996622'

red 153 ◦ green 102 ◦ blue 34

#996622
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #996622

Tints of Afghan Tan #996622

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 value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996622 (or 0x996622) is known color: 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

RGB 153 102 34 -
CMYK 0 0.33 0.78 0.4
HSL 34.29º 0.64% 0.37% -
HSV(B) 34.29º 0.78% 0.6% -
XYZ 18.18 16.39 3.72 -
YUV 109.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 153 102 34 0 0.33 0.78 0.4 34.29 0.64 0.37
Hex 99 66 22 0 21 4E 28 22 40 25
Octal 231 146 42 0 41 116 50 42 100 45
Binary 10011001 1100110 100010 0 100001 1001110 101000 100010 1000000 100101

Color Harmonies of #996622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996622

Black with #996622

Text Example


Text Example

White with #996622

Text Example


Text Example

HTML Codes & Css Web 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>