#964331

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

Shades of Tia Maria #964331

Tints of Tia Maria #964331

Color information

#964331 (or 0x964331) is unknown color: approx Tia Maria. HEX triplet: 96, 43 and 31. RGB value is (150,67,49). Sum of RGB (Red+Green+Blue) = 150+67+49=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #964331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964331 is #69BCCE. Grayscale: #595959. Windows color (decimal): -6929615 or 3228566. OLE color: 3228566.

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

Color convert

RGB1506749-
CMYK00.550.670.41
HSL10.69º50.75%39.02%-
HSV(B)10.69º67.33%58.82%-
XYZ15.1410.724.18-
YUV89.76105170.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=56.39%
G=25.19%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150674900.550.670.4110.6950.7539.02
Hex9643310374329b3327
Octal2261036106710351136347
Binary100101101000011110001011011110000111010011011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964331; }

 p { color: rgb(150,67,49); }

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

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

 a { background-color: rgb(150,67,49); }

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

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

 span { border-color: rgb(150,67,49); }

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