Html Css Color HEX #996121 Afghan Tan

📋 copy color: '#996121'

red 153 ◦ green 97 ◦ blue 33

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

Shades of Afghan Tan #996121

Tints of Afghan Tan #996121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 54.06%
G = 34.28%
B = 11.66%

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

#996121 (or 0x996121) is known color: Afghan Tan. HEX triplet: 99, 61 and 21. RGB value is (153,97,33). Sum of RGB (Red+Green+Blue) = 153+97+33=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #996121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996121 is #669EDE. Grayscale: #6A6A6A. Windows color (decimal): -6725343 or 2187673. OLE color: 2187673.

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

Color convert

RGB 153 97 33 -
CMYK 0 0.37 0.78 0.4
HSL 32º 0.65% 0.36% -
HSV(B) 32º 0.78% 0.6% -
XYZ 17.69 15.43 3.49 -
YUV 106.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 153 97 33 0 0.37 0.78 0.4 32 0.65 0.36
Hex 99 61 21 0 25 4E 28 20 41 24
Octal 231 141 41 0 45 116 50 40 101 44
Binary 10011001 1100001 100001 0 100101 1001110 101000 100000 1000001 100100

Color Harmonies of #996121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996121

Black with #996121

Text Example


Text Example

White with #996121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996121; }

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

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

background-color css

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

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

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

border-color css

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

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

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