#963E27

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

Shades of Tia Maria #963E27

Tints of Tia Maria #963E27

Color information

#963E27 (or 0x963E27) is unknown color: approx Tia Maria. HEX triplet: 96, 3E and 27. RGB value is (150,62,39). Sum of RGB (Red+Green+Blue) = 150+62+39=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E27 is #69C1D8. Grayscale: #555555. Windows color (decimal): -6930905 or 2571926. OLE color: 2571926.

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

Color convert

RGB1506239-
CMYK00.590.740.41
HSL12.43º58.73%37.06%-
HSV(B)12.43º74%58.82%-
XYZ14.6710.083.09-
YUV85.69101.65173.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=59.76%
G=24.70%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150623900.590.740.4112.4358.7337.06
Hex963E2703B4A29c3b25
Octal226764707311251147345
Binary10010110111110100111011101110010101010011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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