#963E2E

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

Shades of Tia Maria #963E2E

Tints of Tia Maria #963E2E

Color information

#963E2E (or 0x963E2E) is unknown color: approx Tia Maria. HEX triplet: 96, 3E and 2E. RGB value is (150,62,46). Sum of RGB (Red+Green+Blue) = 150+62+46=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E2E is #69C1D1. Grayscale: #565656. Windows color (decimal): -6930898 or 3030678. OLE color: 3030678.

HSL color Cylindrical-coordinate representation of color #963E2E: hue angle of 9.23º 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 #963E2E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1506246-
CMYK00.590.690.41
HSL9.23º53.06%38.43%-
HSV(B)9.23º69.33%58.82%-
XYZ14.7910.133.76-
YUV86.49105.15173.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=58.14%
G=24.03%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150624600.590.690.419.2353.0638.43
Hex963E2E03B452993526
Octal226765607310551116546
Binary10010110111110101110011101110001011010011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #963E2E;
 }
 .AnyTagClassName
 {
   color: #963E2E;
 }
</style>
background-color css

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

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

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

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

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

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