#964433

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

Shades of Tia Maria #964433

Tints of Tia Maria #964433

Color information

#964433 (or 0x964433) is unknown color: approx Tia Maria. HEX triplet: 96, 44 and 33. RGB value is (150,68,51). Sum of RGB (Red+Green+Blue) = 150+68+51=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964433 is #69BBCC. Grayscale: #5A5A5A. Windows color (decimal): -6929357 or 3359894. OLE color: 3359894.

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

Color convert

RGB1506851-
CMYK00.550.660.41
HSL10.3º49.25%39.41%-
HSV(B)10.3º66%58.82%-
XYZ15.2410.864.42-
YUV90.58105.67170.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=55.76%
G=25.28%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150685100.550.660.4110.349.2539.41
Hex9644330374229a3127
Octal2261046306710251126147
Binary100101101000100110011011011110000101010011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964433; }

 p { color: rgb(150,68,51); }

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

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

 a { background-color: rgb(150,68,51); }

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

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

 span { border-color: rgb(150,68,51); }

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