#963C2E

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

Shades of Thunderbird #963C2E

Tints of Thunderbird #963C2E

Color information

#963C2E (or 0x963C2E) is unknown color: approx Thunderbird. HEX triplet: 96, 3C and 2E. RGB value is (150,60,46). Sum of RGB (Red+Green+Blue) = 150+60+46=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C2E is #69C3D1. Grayscale: #555555. Windows color (decimal): -6931410 or 3030166. OLE color: 3030166.

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

Color convert

RGB1506046-
CMYK00.60.690.41
HSL8.08º53.06%38.43%-
HSV(B)8.08º69.33%58.82%-
XYZ14.699.913.72-
YUV85.31105.82174.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=58.59%
G=23.44%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150604600.60.690.418.0853.0638.43
Hex963C2E03C452983526
Octal226745607410551106546
Binary10010110111100101110011110010001011010011000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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