Html Css Color HEX #996122 Afghan Tan

📋 copy color: '#996122'

red 153 ◦ green 97 ◦ blue 34

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

Shades of Afghan Tan #996122

Tints of Afghan Tan #996122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 53.87%
G = 34.15%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996122 (or 0x996122) is known color: Afghan Tan. HEX triplet: 99, 61 and 22. RGB value is (153,97,34). Sum of RGB (Red+Green+Blue) = 153+97+34=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #996122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996122 is #669EDD. Grayscale: #6A6A6A. Windows color (decimal): -6725342 or 2253209. OLE color: 2253209.

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

Color convert

RGB 153 97 34 -
CMYK 0 0.37 0.78 0.4
HSL 31.76º 0.64% 0.37% -
HSV(B) 31.76º 0.78% 0.6% -
XYZ 17.7 15.44 3.56 -
YUV 106.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 153 97 34 0 0.37 0.78 0.4 31.76 0.64 0.37
Hex 99 61 22 0 25 4E 28 20 40 25
Octal 231 141 42 0 45 116 50 40 100 45
Binary 10011001 1100001 100010 0 100101 1001110 101000 100000 1000000 100101

Color Harmonies of #996122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996122

Black with #996122

Text Example


Text Example

White with #996122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996122; }

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

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

background-color css

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

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

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

border-color css

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

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

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