Html Css Color HEX #963629 Thunderbird

📋 copy color: '#963629'

red 150 ◦ green 54 ◦ blue 41

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

Shades of Thunderbird #963629

Tints of Thunderbird #963629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 61.22%
G = 22.04%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963629 (or 0x963629) is known color: Thunderbird. HEX triplet: 96, 36 and 29. RGB value is (150,54,41). Sum of RGB (Red+Green+Blue) = 150+54+41=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #963629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963629 is #69C9D6. Grayscale: #515151. Windows color (decimal): -6932951 or 2700950. OLE color: 2700950.

HSL color Cylindrical-coordinate representation of color #963629: hue angle of 7.16º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963629 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 41 -
CMYK 0 0.64 0.73 0.41
HSL 7.16º 0.57% 0.37% -
HSV(B) 7.16º 0.73% 0.59% -
XYZ 14.3 9.28 3.14 -
YUV 81.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 150 54 41 0 0.64 0.73 0.41 7.16 0.57 0.37
Hex 96 36 29 0 40 49 29 7 39 25
Octal 226 66 51 0 100 111 51 7 71 45
Binary 10010110 110110 101001 0 1000000 1001001 101001 111 111001 100101

Color Harmonies of #963629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963629

Black with #963629

Text Example


Text Example

White with #963629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963629; }

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

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

background-color css

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

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

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

border-color css

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

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

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