Html Css Color HEX #963C20 Fire

📋 copy color: '#963C20'

red 150 ◦ green 60 ◦ blue 32

#963C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire #963C20

Tints of Fire #963C20

RGB

 RED value IS 150 (58.98% from 255) = 61.98%

 GREEN value IS 60 (23.83% from 255) = 24.79%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 61.98%
G = 24.79%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#963C20 (or 0x963C20) is known color: Fire. HEX triplet: 96, 3C and 20. RGB value is (150,60,32). Sum of RGB (Red+Green+Blue) = 150+60+32=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C20 is #69C3DF. Grayscale: #535353. Windows color (decimal): -6931424 or 2112662. OLE color: 2112662.

HSL color Cylindrical-coordinate representation of color #963C20: hue angle of 14.24º 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 #963C20 is Cyan = 0, Magento = 0.6, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 32 -
CMYK 0 0.6 0.79 0.41
HSL 14.24º 0.65% 0.36% -
HSV(B) 14.24º 0.79% 0.59% -
XYZ 14.45 9.82 2.5 -
YUV 83.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 150 60 32 0 0.6 0.79 0.41 14.24 0.65 0.36
Hex 96 3C 20 0 3C 4F 29 E 41 24
Octal 226 74 40 0 74 117 51 16 101 44
Binary 10010110 111100 100000 0 111100 1001111 101001 1110 1000001 100100

Color Harmonies of #963C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C20

Black with #963C20

Text Example


Text Example

White with #963C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C20; }

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

 H1.HeaderClassName
 {
   color: #963C20;
 }
 .AnyTagClassName
 {
   color: #963C20;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #963C20;
 }
 .BgClassName
 {
   background-color: #963C20;
 }
</style>

border-color css

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

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

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