#96411E

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

Shades of Fire #96411E

Tints of Fire #96411E

Color information

#96411E (or 0x96411E) is unknown color: approx Fire. HEX triplet: 96, 41 and 1E. RGB value is (150,65,30). Sum of RGB (Red+Green+Blue) = 150+65+30=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96411E is #69BEE1. Grayscale: #565656. Windows color (decimal): -6930146 or 1982870. OLE color: 1982870.

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

Color convert

RGB1506530-
CMYK00.570.800.41
HSL17.5º66.67%35.29%-
HSV(B)17.5º80%58.82%-
XYZ14.710.362.45-
YUV86.4296.16173.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=61.22%
G=26.53%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150653000.570.800.4117.566.6735.29
Hex96411E0395029124323
Octal22610136071120512210343
Binary1001011010000011111001110011010000101001100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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