#964934

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

Shades of Tia Maria #964934

Tints of Tia Maria #964934

Color information

#964934 (or 0x964934) is unknown color: approx Tia Maria. HEX triplet: 96, 49 and 34. RGB value is (150,73,52). Sum of RGB (Red+Green+Blue) = 150+73+52=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964934 is #69B6CB. Grayscale: #5D5D5D. Windows color (decimal): -6928076 or 3426710. OLE color: 3426710.

HSL color Cylindrical-coordinate representation of color #964934: hue angle of 12.86º 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 #964934 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1507352-
CMYK00.510.650.41
HSL12.86º48.51%39.61%-
HSV(B)12.86º65.33%58.82%-
XYZ15.5811.54.65-
YUV93.63104.51168.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=54.55%
G=26.55%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150735200.510.650.4112.8648.5139.61
Hex9649340334129d3128
Octal2261116406310151156150
Binary100101101001001110100011001110000011010011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964934; }

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

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

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

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

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

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

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

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