#994621

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

Shades of Alert Tan #994621

Tints of Alert Tan #994621

Color information

#994621 (or 0x994621) is unknown color: approx Alert Tan. HEX triplet: 99, 46 and 21. RGB value is (153,70,33). Sum of RGB (Red+Green+Blue) = 153+70+33=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994621 is #66B9DE. Grayscale: #5A5A5A. Windows color (decimal): -6732255 or 2180761. OLE color: 2180761.

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

Color convert

RGB1537033-
CMYK00.540.780.4
HSL18.5º64.52%36.47%-
HSV(B)18.5º78.43%60%-
XYZ15.611.262.79-
YUV90.695.5172.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=59.77%
G=27.34%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153703300.540.780.418.564.5236.47
Hex9946210364E28124124
Octal23110641066116502210144
Binary10011001100011010000101101101001110101000100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994621; }

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

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

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

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

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

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

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

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