#96451E

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

Shades of Alert Tan #96451E

Tints of Alert Tan #96451E

Color information

#96451E (or 0x96451E) is unknown color: approx Alert Tan. HEX triplet: 96, 45 and 1E. RGB value is (150,69,30). Sum of RGB (Red+Green+Blue) = 150+69+30=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96451E is #69BAE1. Grayscale: #595959. Windows color (decimal): -6929122 or 1983894. OLE color: 1983894.

HSL color Cylindrical-coordinate representation of color #96451E: hue angle of 19.5º 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 #96451E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1506930-
CMYK00.540.800.41
HSL19.5º66.67%35.29%-
HSV(B)19.5º80%58.82%-
XYZ14.9410.832.53-
YUV88.7794.84171.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=60.24%
G=27.71%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150693000.540.800.4119.566.6735.29
Hex96451E0365029144323
Octal22610536066120512410343
Binary1001011010001011111001101101010000101001101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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