#963D32

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

Shades of Thunderbird #963D32

Tints of Thunderbird #963D32

Color information

#963D32 (or 0x963D32) is unknown color: approx Thunderbird. HEX triplet: 96, 3D and 32. RGB value is (150,61,50). Sum of RGB (Red+Green+Blue) = 150+61+50=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #963D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D32 is #69C2CD. Grayscale: #565656. Windows color (decimal): -6931150 or 3292566. OLE color: 3292566.

HSL color Cylindrical-coordinate representation of color #963D32: hue angle of 6.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 #963D32 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1506150-
CMYK00.590.670.41
HSL6.6º50%39.22%-
HSV(B)6.6º66.67%58.82%-
XYZ14.8210.054.18-
YUV86.36107.49173.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 61 (24.22% from 255) = 23.37%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=57.47%
G=23.37%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150615000.590.670.416.65039.22
Hex963D3203B432973227
Octal22675620731035176247
Binary1001011011110111001001110111000011101001111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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