Html Css Color HEX #963A2E Thunderbird

📋 copy color: '#963A2E'

red 150 ◦ green 58 ◦ blue 46

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

Shades of Thunderbird #963A2E

Tints of Thunderbird #963A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 59.06%
G = 22.83%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#963A2E (or 0x963A2E) is known color: Thunderbird. HEX triplet: 96, 3A and 2E. RGB value is (150,58,46). Sum of RGB (Red+Green+Blue) = 150+58+46=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A2E is #69C5D1. Grayscale: #545454. Windows color (decimal): -6931922 or 3029654. OLE color: 3029654.

HSL color Cylindrical-coordinate representation of color #963A2E: hue angle of 6.92º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963A2E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 46 -
CMYK 0 0.61 0.69 0.41
HSL 6.92º 0.53% 0.38% -
HSV(B) 6.92º 0.69% 0.59% -
XYZ 14.58 9.71 3.69 -
YUV 84.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 150 58 46 0 0.61 0.69 0.41 6.92 0.53 0.38
Hex 96 3A 2E 0 3D 45 29 7 35 26
Octal 226 72 56 0 75 105 51 7 65 46
Binary 10010110 111010 101110 0 111101 1000101 101001 111 110101 100110

Color Harmonies of #963A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A2E

Black with #963A2E

Text Example


Text Example

White with #963A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,46); }

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

background-color css

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

 a { background-color: rgb(150,58,46); }

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

border-color css

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

 span { border-color: rgb(150,58,46); }

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