#963326

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

Shades of Thunderbird #963326

Tints of Thunderbird #963326

Color information

#963326 (or 0x963326) is unknown color: approx Thunderbird. HEX triplet: 96, 33 and 26. RGB value is (150,51,38). Sum of RGB (Red+Green+Blue) = 150+51+38=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963326 is #69CCD9. Grayscale: #4F4F4F. Windows color (decimal): -6933722 or 2503574. OLE color: 2503574.

HSL color Cylindrical-coordinate representation of color #963326: hue angle of 6.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963326 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1505138-
CMYK00.660.750.41
HSL6.96º59.57%36.86%-
HSV(B)6.96º74.67%58.82%-
XYZ14.118.992.83-
YUV79.12104.8178.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=62.76%
G=21.34%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513800.660.750.416.9659.5736.86
Hex9633260424B2973c25
Octal226634601021135177445
Binary10010110110011100110010000101001011101001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963326; }

 p { color: rgb(150,51,38); }

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

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

 a { background-color: rgb(150,51,38); }

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

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

 span { border-color: rgb(150,51,38); }

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