Html Css Color HEX #994620 Alert Tan

📋 copy color: '#994620'

red 153 ◦ green 70 ◦ blue 32

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

Shades of Alert Tan #994620

Tints of Alert Tan #994620

RGB

 RED value IS 153 (60.16% from 255) = 60%

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 60%
G = 27.45%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#994620 (or 0x994620) is known color: Alert Tan. HEX triplet: 99, 46 and 20. RGB value is (153,70,32). Sum of RGB (Red+Green+Blue) = 153+70+32=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994620 is #66B9DF. Grayscale: #5A5A5A. Windows color (decimal): -6732256 or 2115225. OLE color: 2115225.

HSL color Cylindrical-coordinate representation of color #994620: hue angle of 18.84º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #994620 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 32 -
CMYK 0 0.54 0.79 0.4
HSL 18.84º 0.65% 0.36% -
HSV(B) 18.84º 0.79% 0.6% -
XYZ 15.59 11.26 2.72 -
YUV 90.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 153 70 32 0 0.54 0.79 0.4 18.84 0.65 0.36
Hex 99 46 20 0 36 4F 28 13 41 24
Octal 231 106 40 0 66 117 50 23 101 44
Binary 10011001 1000110 100000 0 110110 1001111 101000 10011 1000001 100100

Color Harmonies of #994620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994620

Black with #994620

Text Example


Text Example

White with #994620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994620; }

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

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

background-color css

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

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

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

border-color css

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

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

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