#964330

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

Shades of Tia Maria #964330

Tints of Tia Maria #964330

Color information

#964330 (or 0x964330) is unknown color: approx Tia Maria. HEX triplet: 96, 43 and 30. RGB value is (150,67,48). Sum of RGB (Red+Green+Blue) = 150+67+48=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #964330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964330 is #69BCCF. Grayscale: #595959. Windows color (decimal): -6929616 or 3163030. OLE color: 3163030.

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

Color convert

RGB1506748-
CMYK00.550.680.41
HSL11.18º51.52%38.82%-
HSV(B)11.18º68%58.82%-
XYZ15.1210.714.07-
YUV89.65104.5171.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=56.60%
G=25.28%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150674800.550.680.4111.1851.5238.82
Hex9643300374429b3427
Octal2261036006710451136447
Binary100101101000011110000011011110001001010011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964330; }

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

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

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

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

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

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

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

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