Html Css Color HEX #916221 Afghan Tan

📋 copy color: '#916221'

red 145 ◦ green 98 ◦ blue 33

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

Shades of Afghan Tan #916221

Tints of Afghan Tan #916221

RGB

 RED value IS 145 (57.03% from 255) = 52.54%

 GREEN value IS 98 (38.67% from 255) = 35.51%

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

R = 52.54%
G = 35.51%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#916221 (or 0x916221) is known color: Afghan Tan. HEX triplet: 91, 62 and 21. RGB value is (145,98,33). Sum of RGB (Red+Green+Blue) = 145+98+33=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #916221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916221 is #6E9DDE. Grayscale: #686868. Windows color (decimal): -7249375 or 2187921. OLE color: 2187921.

HSL color Cylindrical-coordinate representation of color #916221: hue angle of 34.82º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #916221 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 33 -
CMYK 0 0.32 0.77 0.43
HSL 34.82º 0.63% 0.35% -
HSV(B) 34.82º 0.77% 0.57% -
XYZ 16.32 14.86 3.45 -
YUV 104.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 145 98 33 0 0.32 0.77 0.43 34.82 0.63 0.35
Hex 91 62 21 0 20 4D 2B 23 3F 23
Octal 221 142 41 0 40 115 53 43 77 43
Binary 10010001 1100010 100001 0 100000 1001101 101011 100011 111111 100011

Color Harmonies of #916221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916221

Black with #916221

Text Example


Text Example

White with #916221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916221; }

 p { color: rgb(145,98,33); }

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

background-color css

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

 a { background-color: rgb(145,98,33); }

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

border-color css

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

 span { border-color: rgb(145,98,33); }

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