Html Css Color HEX #963E2C Tia Maria

📋 copy color: '#963E2C'

red 150 ◦ green 62 ◦ blue 44

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

Shades of Tia Maria #963E2C

Tints of Tia Maria #963E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 58.59%
G = 24.22%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#963E2C (or 0x963E2C) is known color: Tia Maria. HEX triplet: 96, 3E and 2C. RGB value is (150,62,44). Sum of RGB (Red+Green+Blue) = 150+62+44=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E2C is #69C1D3. Grayscale: #565656. Windows color (decimal): -6930900 or 2899606. OLE color: 2899606.

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

Color convert

RGB 150 62 44 -
CMYK 0 0.59 0.71 0.41
HSL 10.19º 0.55% 0.38% -
HSV(B) 10.19º 0.71% 0.59% -
XYZ 14.75 10.11 3.56 -
YUV 86.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 150 62 44 0 0.59 0.71 0.41 10.19 0.55 0.38
Hex 96 3E 2C 0 3B 47 29 A 37 26
Octal 226 76 54 0 73 107 51 12 67 46
Binary 10010110 111110 101100 0 111011 1000111 101001 1010 110111 100110

Color Harmonies of #963E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E2C

Black with #963E2C

Text Example


Text Example

White with #963E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,44); }

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

background-color css

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

 a { background-color: rgb(150,62,44); }

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

border-color css

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

 span { border-color: rgb(150,62,44); }

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