Html Css Color HEX #963C32 Thunderbird

📋 copy color: '#963C32'

red 150 ◦ green 60 ◦ blue 50

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

Shades of Thunderbird #963C32

Tints of Thunderbird #963C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 57.69%
G = 23.08%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963C32 (or 0x963C32) is known color: Thunderbird. HEX triplet: 96, 3C and 32. RGB value is (150,60,50). Sum of RGB (Red+Green+Blue) = 150+60+50=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C32 is #69C3CD. Grayscale: #555555. Windows color (decimal): -6931406 or 3292310. OLE color: 3292310.

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

Color convert

RGB 150 60 50 -
CMYK 0 0.6 0.67 0.41
HSL 0.5% 0.39% -
HSV(B) 0.67% 0.59% -
XYZ 14.77 9.95 4.16 -
YUV 85.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 150 60 50 0 0.6 0.67 0.41 6 0.5 0.39
Hex 96 3C 32 0 3C 43 29 6 32 27
Octal 226 74 62 0 74 103 51 6 62 47
Binary 10010110 111100 110010 0 111100 1000011 101001 110 110010 100111

Color Harmonies of #963C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C32

Black with #963C32

Text Example


Text Example

White with #963C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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