#964324

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

Shades of Tia Maria #964324

Tints of Tia Maria #964324

Color information

#964324 (or 0x964324) is unknown color: approx Tia Maria. HEX triplet: 96, 43 and 24. RGB value is (150,67,36). Sum of RGB (Red+Green+Blue) = 150+67+36=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #964324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964324 is #69BCDB. Grayscale: #585858. Windows color (decimal): -6929628 or 2376598. OLE color: 2376598.

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

Color convert

RGB1506736-
CMYK00.550.760.41
HSL16.32º61.29%36.47%-
HSV(B)16.32º76%58.82%-
XYZ14.910.632.93-
YUV88.2898.5172.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=59.29%
G=26.48%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150673600.550.760.4116.3261.2936.47
Hex9643240374C29103d24
Octal2261034406711451207544
Binary1001011010000111001000110111100110010100110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964324; }

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

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

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

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

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

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

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

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