#96342E

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

Shades of Thunderbird #96342E

Tints of Thunderbird #96342E

Color information

#96342E (or 0x96342E) is unknown color: approx Thunderbird. HEX triplet: 96, 34 and 2E. RGB value is (150,52,46). Sum of RGB (Red+Green+Blue) = 150+52+46=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96342E is #69CBD1. Grayscale: #505050. Windows color (decimal): -6933458 or 3028118. OLE color: 3028118.

HSL color Cylindrical-coordinate representation of color #96342E: hue angle of 3.46º 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 #96342E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1505246-
CMYK00.650.690.41
HSL3.46º53.06%38.43%-
HSV(B)3.46º69.33%58.82%-
XYZ14.39.143.59-
YUV80.62108.47177.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=60.48%
G=20.97%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150524600.650.690.413.4653.0638.43
Hex96342E041452933526
Octal226645601011055136546
Binary1001011011010010111001000001100010110100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96342E; }

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

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

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

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

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

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

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

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