#96401f

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

Shades of Fire #96401F

Tints of Fire #96401F

Color information

#96401F (or 0x96401F) is unknown color: approx Fire. HEX triplet: 96, 40 and 1F. RGB value is (150,64,31). Sum of RGB (Red+Green+Blue) = 150+64+31=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96401F is #69BFE0. Grayscale: #565656. Windows color (decimal): -6930401 or 2048150. OLE color: 2048150.

HSL color Cylindrical-coordinate representation of color #96401F: hue angle of 16.64º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96401F is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1506431-
CMYK00.570.790.41
HSL16.64º65.75%35.49%-
HSV(B)16.64º79.33%58.82%-
XYZ14.6610.252.5-
YUV85.9596.99173.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=61.22%
G=26.12%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150643100.570.790.4116.6465.7535.49
Hex96401F0394F29114223
Octal22610037071117512110243
Binary1001011010000001111101110011001111101001100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96401f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96401f; }

 p { color: rgb(150,64,31); }

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

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

 a { background-color: rgb(150,64,31); }

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

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

 span { border-color: rgb(150,64,31); }

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