#963E36

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

Shades of Thunderbird #963E36

Tints of Thunderbird #963E36

Color information

#963E36 (or 0x963E36) is unknown color: approx Thunderbird. HEX triplet: 96, 3E and 36. RGB value is (150,62,54). Sum of RGB (Red+Green+Blue) = 150+62+54=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E36 is #69C1C9. Grayscale: #575757. Windows color (decimal): -6930890 or 3554966. OLE color: 3554966.

HSL color Cylindrical-coordinate representation of color #963E36: hue angle of 5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963E36 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1506254-
CMYK00.590.640.41
HSL47.06%40%-
HSV(B)64%58.82%-
XYZ14.9710.24.67-
YUV87.4109.15172.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=56.39%
G=23.31%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150625400.590.640.41547.0640
Hex963E3603B402952f28
Octal22676660731005155750
Binary1001011011111011011001110111000000101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,62,54); }

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

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

 a { background-color: rgb(150,62,54); }

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

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

 span { border-color: rgb(150,62,54); }

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