#964534

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

Shades of Tia Maria #964534

Tints of Tia Maria #964534

Color information

#964534 (or 0x964534) is unknown color: approx Tia Maria. HEX triplet: 96, 45 and 34. RGB value is (150,69,52). Sum of RGB (Red+Green+Blue) = 150+69+52=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964534 is #69BACB. Grayscale: #5B5B5B. Windows color (decimal): -6929100 or 3425686. OLE color: 3425686.

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

Color convert

RGB1506952-
CMYK00.540.650.41
HSL10.41º48.51%39.61%-
HSV(B)10.41º65.33%58.82%-
XYZ15.3310.994.56-
YUV91.28105.84169.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=55.35%
G=25.46%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150695200.540.650.4110.4148.5139.61
Hex9645340364129a3128
Octal2261056406610151126150
Binary100101101000101110100011011010000011010011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964534; }

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

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

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

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

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

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

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

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