#976221

Color #976221 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #976221

Tints of Afghan Tan #976221

Color information

#976221 (or 0x976221) is unknown color: approx Afghan Tan. HEX triplet: 97, 62 and 21. RGB value is (151,98,33). Sum of RGB (Red+Green+Blue) = 151+98+33=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #976221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976221 is #689DDE. Grayscale: #6A6A6A. Windows color (decimal): -6856159 or 2187927. OLE color: 2187927.

HSL color Cylindrical-coordinate representation of color #976221: hue angle of 33.05º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #976221 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1519833-
CMYK00.350.780.41
HSL33.05º64.13%36.08%-
HSV(B)33.05º78.15%59.22%-
XYZ17.415.423.5-
YUV106.4486.56159.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=53.55%
G=34.75%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151983300.350.780.4133.0564.1336.08
Hex9762210234E29214024
Octal22714241043116514110044
Binary100101111100010100001010001110011101010011000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976221; }

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

 H1.HeaderClassName
 {
   color: #976221;
 }
 .AnyTagClassName
 {
   color: #976221;
 }
</style>
background-color css

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

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

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

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

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

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