Html Css Color HEX #963C36 Thunderbird

📋 copy color: '#963C36'

red 150 ◦ green 60 ◦ blue 54

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

Shades of Thunderbird #963C36

Tints of Thunderbird #963C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

 BLUE value IS 54 (21.48% from 255) = 20.45%

R = 56.82%
G = 22.73%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963C36 (or 0x963C36) is known color: Thunderbird. HEX triplet: 96, 3C and 36. RGB value is (150,60,54). Sum of RGB (Red+Green+Blue) = 150+60+54=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #963C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C36 is #69C3C9. Grayscale: #565656. Windows color (decimal): -6931402 or 3554454. OLE color: 3554454.

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

Color convert

RGB 150 60 54 -
CMYK 0 0.6 0.64 0.41
HSL 3.75º 0.47% 0.4% -
HSV(B) 3.75º 0.64% 0.59% -
XYZ 14.86 9.98 4.63 -
YUV 86.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 150 60 54 0 0.6 0.64 0.41 3.75 0.47 0.4
Hex 96 3C 36 0 3C 40 29 4 2F 28
Octal 226 74 66 0 74 100 51 4 57 50
Binary 10010110 111100 110110 0 111100 1000000 101001 100 101111 101000

Color Harmonies of #963C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C36

Black with #963C36

Text Example


Text Example

White with #963C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #963C36;
 }
 .AnyTagClassName
 {
   color: #963C36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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