#963C32

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

Shades of Thunderbird #963C32

Tints of Thunderbird #963C32

Color information

#963C32 (or 0x963C32) is unknown color: approx Thunderbird. HEX triplet: 96, 3C and 32. RGB value is (150,60,50). Sum of RGB (Red+Green+Blue) = 150+60+50=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C32 is #69C3CD. Grayscale: #555555. Windows color (decimal): -6931406 or 3292310. OLE color: 3292310.

HSL color Cylindrical-coordinate representation of color #963C32: hue angle of 6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963C32 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1506050-
CMYK00.60.670.41
HSL50%39.22%-
HSV(B)66.67%58.82%-
XYZ14.779.954.16-
YUV85.77107.82173.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=57.69%
G=23.08%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150605000.60.670.4165039.22
Hex963C3203C432963227
Octal22674620741035166247
Binary1001011011110011001001111001000011101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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