#96461E

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

Shades of Alert Tan #96461E

Tints of Alert Tan #96461E

Color information

#96461E (or 0x96461E) is unknown color: approx Alert Tan. HEX triplet: 96, 46 and 1E. RGB value is (150,70,30). Sum of RGB (Red+Green+Blue) = 150+70+30=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96461E is #69B9E1. Grayscale: #595959. Windows color (decimal): -6928866 or 1984150. OLE color: 1984150.

HSL color Cylindrical-coordinate representation of color #96461E: hue angle of 20º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96461E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1507030-
CMYK00.530.800.41
HSL20º66.67%35.29%-
HSV(B)20º80%58.82%-
XYZ1510.962.55-
YUV89.3694.5171.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 30 (12.11% from 255) = 12%
R=60%
G=28%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150703000.530.800.412066.6735.29
Hex96461E0355029144323
Octal22610636065120512410343
Binary1001011010001101111001101011010000101001101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,70,30); }

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

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

 a { background-color: rgb(150,70,30); }

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

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

 span { border-color: rgb(150,70,30); }

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