#964420

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

Shades of Fire #964420

Tints of Fire #964420

Color information

#964420 (or 0x964420) is unknown color: approx Fire. HEX triplet: 96, 44 and 20. RGB value is (150,68,32). Sum of RGB (Red+Green+Blue) = 150+68+32=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #964420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964420 is #69BBDF. Grayscale: #585858. Windows color (decimal): -6929376 or 2114710. OLE color: 2114710.

HSL color Cylindrical-coordinate representation of color #964420: hue angle of 18.31º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #964420 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1506832-
CMYK00.550.790.41
HSL18.31º64.84%35.69%-
HSV(B)18.31º78.67%58.82%-
XYZ14.9110.722.65-
YUV88.4196.17171.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=60%
G=27.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150683200.550.790.4118.3164.8435.69
Hex9644200374F29124124
Octal22610440067117512210144
Binary10010110100010010000001101111001111101001100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964420; }

 p { color: rgb(150,68,32); }

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

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

 a { background-color: rgb(150,68,32); }

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

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

 span { border-color: rgb(150,68,32); }

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