Html Css Color HEX #96342C Thunderbird

📋 copy color: '#96342C'

red 150 ◦ green 52 ◦ blue 44

#96342C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #96342C

Tints of Thunderbird #96342C

RGB

 RED value IS 150 (58.98% from 255) = 60.98%

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 60.98%
G = 21.14%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96342C (or 0x96342C) is known color: Thunderbird. HEX triplet: 96, 34 and 2C. RGB value is (150,52,44). Sum of RGB (Red+Green+Blue) = 150+52+44=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96342C is #69CBD3. Grayscale: #505050. Windows color (decimal): -6933460 or 2897046. OLE color: 2897046.

HSL color Cylindrical-coordinate representation of color #96342C: hue angle of 4.53º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96342C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 44 -
CMYK 0 0.65 0.71 0.41
HSL 4.53º 0.55% 0.38% -
HSV(B) 4.53º 0.71% 0.59% -
XYZ 14.26 9.12 3.39 -
YUV 80.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 150 52 44 0 0.65 0.71 0.41 4.53 0.55 0.38
Hex 96 34 2C 0 41 47 29 5 37 26
Octal 226 64 54 0 101 107 51 5 67 46
Binary 10010110 110100 101100 0 1000001 1000111 101001 101 110111 100110

Color Harmonies of #96342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96342C

Black with #96342C

Text Example


Text Example

White with #96342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96342C;
 }
 .AnyTagClassName
 {
   color: #96342C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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