#946221

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

Shades of Afghan Tan #946221

Tints of Afghan Tan #946221

Color information

#946221 (or 0x946221) is unknown color: approx Afghan Tan. HEX triplet: 94, 62 and 21. RGB value is (148,98,33). Sum of RGB (Red+Green+Blue) = 148+98+33=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946221 is #6B9DDE. Grayscale: #696969. Windows color (decimal): -7052767 or 2187924. OLE color: 2187924.

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

Color convert

RGB1489833-
CMYK00.340.780.42
HSL33.91º63.54%35.49%-
HSV(B)33.91º77.7%58.04%-
XYZ16.8515.143.47-
YUV105.5487.06158.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=53.05%
G=35.13%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148983300.340.780.4233.9163.5435.49
Hex9462210224E2A224023
Octal22414241042116524210043
Binary100101001100010100001010001010011101010101000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946221; }

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

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

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

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

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

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

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

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