Html Css Color HEX #996422 Afghan Tan

📋 copy color: '#996422'

red 153 ◦ green 100 ◦ blue 34

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

Shades of Afghan Tan #996422

Tints of Afghan Tan #996422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 53.31%
G = 34.84%
B = 11.85%

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

#996422 (or 0x996422) is known color: Afghan Tan. HEX triplet: 99, 64 and 22. RGB value is (153,100,34). Sum of RGB (Red+Green+Blue) = 153+100+34=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #996422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996422 is #669BDD. Grayscale: #6C6C6C. Windows color (decimal): -6724574 or 2253977. OLE color: 2253977.

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

Color convert

RGB 153 100 34 -
CMYK 0 0.35 0.78 0.4
HSL 33.28º 0.64% 0.37% -
HSV(B) 33.28º 0.78% 0.6% -
XYZ 17.98 16 3.65 -
YUV 108.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 153 100 34 0 0.35 0.78 0.4 33.28 0.64 0.37
Hex 99 64 22 0 23 4E 28 21 40 25
Octal 231 144 42 0 43 116 50 41 100 45
Binary 10011001 1100100 100010 0 100011 1001110 101000 100001 1000000 100101

Color Harmonies of #996422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996422

Black with #996422

Text Example


Text Example

White with #996422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996422; }

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

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

background-color css

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

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

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

border-color css

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

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

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