#964634

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

Shades of Tia Maria #964634

Tints of Tia Maria #964634

Color information

#964634 (or 0x964634) is unknown color: approx Tia Maria. HEX triplet: 96, 46 and 34. RGB value is (150,70,52). Sum of RGB (Red+Green+Blue) = 150+70+52=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964634 is #69B9CB. Grayscale: #5C5C5C. Windows color (decimal): -6928844 or 3425942. OLE color: 3425942.

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

Color convert

RGB1507052-
CMYK00.530.650.41
HSL11.02º48.51%39.61%-
HSV(B)11.02º65.33%58.82%-
XYZ15.3911.114.58-
YUV91.87105.5169.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=55.15%
G=25.74%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150705200.530.650.4111.0248.5139.61
Hex9646340354129b3128
Octal2261066406510151136150
Binary100101101000110110100011010110000011010011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964634; }

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

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

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

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

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

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

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

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