#964632

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

Shades of Tia Maria #964632

Tints of Tia Maria #964632

Color information

#964632 (or 0x964632) is unknown color: approx Tia Maria. HEX triplet: 96, 46 and 32. RGB value is (150,70,50). Sum of RGB (Red+Green+Blue) = 150+70+50=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #964632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964632 is #69B9CD. Grayscale: #5B5B5B. Windows color (decimal): -6928846 or 3294870. OLE color: 3294870.

HSL color Cylindrical-coordinate representation of color #964632: hue angle of 12º degrees, saturation: 0.5, 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 #964632 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1507050-
CMYK00.530.670.41
HSL12º50%39.22%-
HSV(B)12º66.67%58.82%-
XYZ15.3411.094.35-
YUV91.64104.5169.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=55.56%
G=25.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150705000.530.670.41125039.22
Hex9646320354329c3227
Octal2261066206510351146247
Binary100101101000110110010011010110000111010011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964632; }

 p { color: rgb(150,70,50); }

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

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

 a { background-color: rgb(150,70,50); }

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

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

 span { border-color: rgb(150,70,50); }

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