#964629

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

Shades of Tia Maria #964629

Tints of Tia Maria #964629

Color information

#964629 (or 0x964629) is unknown color: approx Tia Maria. HEX triplet: 96, 46 and 29. RGB value is (150,70,41). Sum of RGB (Red+Green+Blue) = 150+70+41=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #964629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964629 is #69B9D6. Grayscale: #5A5A5A. Windows color (decimal): -6928855 or 2705046. OLE color: 2705046.

HSL color Cylindrical-coordinate representation of color #964629: hue angle of 15.96º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964629 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1507041-
CMYK00.530.730.41
HSL15.96º57.07%37.45%-
HSV(B)15.96º72.67%58.82%-
XYZ15.1711.023.43-
YUV90.61100170.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=57.47%
G=26.82%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150704100.530.730.4115.9657.0737.45
Hex9646290354929103925
Octal2261065106511151207145
Binary1001011010001101010010110101100100110100110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964629; }

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

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

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

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

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

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

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

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