Html Css Color HEX #994622 Alert Tan

📋 copy color: '#994622'

red 153 ◦ green 70 ◦ blue 34

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

Shades of Alert Tan #994622

Tints of Alert Tan #994622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 59.53%
G = 27.24%
B = 13.23%

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

#994622 (or 0x994622) is known color: Alert Tan. HEX triplet: 99, 46 and 22. RGB value is (153,70,34). Sum of RGB (Red+Green+Blue) = 153+70+34=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994622 is #66B9DD. Grayscale: #5A5A5A. Windows color (decimal): -6732254 or 2246297. OLE color: 2246297.

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

Color convert

RGB 153 70 34 -
CMYK 0 0.54 0.78 0.4
HSL 18.15º 0.64% 0.37% -
HSV(B) 18.15º 0.78% 0.6% -
XYZ 15.62 11.27 2.87 -
YUV 90.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 153 70 34 0 0.54 0.78 0.4 18.15 0.64 0.37
Hex 99 46 22 0 36 4E 28 12 40 25
Octal 231 106 42 0 66 116 50 22 100 45
Binary 10011001 1000110 100010 0 110110 1001110 101000 10010 1000000 100101

Color Harmonies of #994622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994622

Black with #994622

Text Example


Text Example

White with #994622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994622; }

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

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

background-color css

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

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

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

border-color css

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

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

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