#964627

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

Shades of Tia Maria #964627

Tints of Tia Maria #964627

Color information

#964627 (or 0x964627) is unknown color: approx Tia Maria. HEX triplet: 96, 46 and 27. RGB value is (150,70,39). Sum of RGB (Red+Green+Blue) = 150+70+39=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #964627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964627 is #69B9D8. Grayscale: #5A5A5A. Windows color (decimal): -6928857 or 2573974. OLE color: 2573974.

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

Color convert

RGB1507039-
CMYK00.530.740.41
HSL16.76º58.73%37.06%-
HSV(B)16.76º74%58.82%-
XYZ15.1311.013.25-
YUV90.3999170.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=57.92%
G=27.03%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150703900.530.740.4116.7658.7337.06
Hex9646270354A29113b25
Octal2261064706511251217345
Binary1001011010001101001110110101100101010100110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964627; }

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

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

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

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

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

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

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

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