#96492E

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

Shades of Alert Tan #96492E

Tints of Alert Tan #96492E

Color information

#96492E (or 0x96492E) is unknown color: approx Alert Tan. HEX triplet: 96, 49 and 2E. RGB value is (150,73,46). Sum of RGB (Red+Green+Blue) = 150+73+46=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #96492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96492E is #69B6D1. Grayscale: #5D5D5D. Windows color (decimal): -6928082 or 3033494. OLE color: 3033494.

HSL color Cylindrical-coordinate representation of color #96492E: hue angle of 15.58º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96492E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1507346-
CMYK00.510.690.41
HSL15.58º53.06%38.43%-
HSV(B)15.58º69.33%58.82%-
XYZ15.4511.453.98-
YUV92.94101.51168.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=55.76%
G=27.14%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150734600.510.690.4115.5853.0638.43
Hex96492E0334529103526
Octal2261115606310551206546
Binary1001011010010011011100110011100010110100110000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96492E; }

 p { color: rgb(150,73,46); }

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

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

 a { background-color: rgb(150,73,46); }

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

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

 span { border-color: rgb(150,73,46); }

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