#963E2C

Color #963E2C Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #963E2C

Tints of Tia Maria #963E2C

Color information

#963E2C (or 0x963E2C) is unknown color: approx 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

RGB1506244-
CMYK00.590.710.41
HSL10.19º54.64%38.04%-
HSV(B)10.19º70.67%58.82%-
XYZ14.7510.113.56-
YUV86.26104.15173.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150624400.590.710.4110.1954.6438.04
Hex963E2C03B4729a3726
Octal226765407310751126746
Binary10010110111110101100011101110001111010011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>