Html Css Color HEX #996322 Afghan Tan

📋 copy color: '#996322'

red 153 ◦ green 99 ◦ blue 34

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

Shades of Afghan Tan #996322

Tints of Afghan Tan #996322

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 53.5%
G = 34.62%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996322 (or 0x996322) is known color: Afghan Tan. HEX triplet: 99, 63 and 22. RGB value is (153,99,34). Sum of RGB (Red+Green+Blue) = 153+99+34=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #996322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996322 is #669CDD. Grayscale: #6C6C6C. Windows color (decimal): -6724830 or 2253721. OLE color: 2253721.

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

Color convert

RGB 153 99 34 -
CMYK 0 0.35 0.78 0.4
HSL 32.77º 0.64% 0.37% -
HSV(B) 32.77º 0.78% 0.6% -
XYZ 17.89 15.81 3.62 -
YUV 107.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 153 99 34 0 0.35 0.78 0.4 32.77 0.64 0.37
Hex 99 63 22 0 23 4E 28 21 40 25
Octal 231 143 42 0 43 116 50 41 100 45
Binary 10011001 1100011 100010 0 100011 1001110 101000 100001 1000000 100101

Color Harmonies of #996322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996322

Black with #996322

Text Example


Text Example

White with #996322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996322; }

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

 H1.HeaderClassName
 {
   color: #996322;
 }
 .AnyTagClassName
 {
   color: #996322;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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