Html Css Color HEX #963836 Thunderbird

📋 copy color: '#963836'

red 150 ◦ green 56 ◦ blue 54

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

Shades of Thunderbird #963836

Tints of Thunderbird #963836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 57.69%
G = 21.54%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963836 (or 0x963836) is known color: Thunderbird. HEX triplet: 96, 38 and 36. RGB value is (150,56,54). Sum of RGB (Red+Green+Blue) = 150+56+54=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963836 is #69C7C9. Grayscale: #535353. Windows color (decimal): -6932426 or 3553430. OLE color: 3553430.

HSL color Cylindrical-coordinate representation of color #963836: hue angle of 1.25º 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 #963836 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 54 -
CMYK 0 0.63 0.64 0.41
HSL 1.25º 0.47% 0.4% -
HSV(B) 1.25º 0.64% 0.59% -
XYZ 14.66 9.58 4.57 -
YUV 83.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 150 56 54 0 0.63 0.64 0.41 1.25 0.47 0.4
Hex 96 38 36 0 3F 40 29 1 2F 28
Octal 226 70 66 0 77 100 51 1 57 50
Binary 10010110 111000 110110 0 111111 1000000 101001 1 101111 101000

Color Harmonies of #963836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963836

Black with #963836

Text Example


Text Example

White with #963836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963836; }

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

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

background-color css

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

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

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

border-color css

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

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

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