Html Css Color HEX #994621 Alert Tan

📋 copy color: '#994621'

red 153 ◦ green 70 ◦ blue 33

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

Shades of Alert Tan #994621

Tints of Alert Tan #994621

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 value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994621 (or 0x994621) is known color: 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

RGB 153 70 33 -
CMYK 0 0.54 0.78 0.4
HSL 18.5º 0.65% 0.36% -
HSV(B) 18.5º 0.78% 0.6% -
XYZ 15.6 11.26 2.79 -
YUV 90.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 153 70 33 0 0.54 0.78 0.4 18.5 0.65 0.36
Hex 99 46 21 0 36 4E 28 12 41 24
Octal 231 106 41 0 66 116 50 22 101 44
Binary 10011001 1000110 100001 0 110110 1001110 101000 10010 1000001 100100

Color Harmonies of #994621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994621

Black with #994621

Text Example


Text Example

White with #994621

Text Example


Text Example

HTML Codes & Css Web 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>