#96412D

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

Shades of Tia Maria #96412D

Tints of Tia Maria #96412D

Color information

#96412D (or 0x96412D) is unknown color: approx Tia Maria. HEX triplet: 96, 41 and 2D. RGB value is (150,65,45). Sum of RGB (Red+Green+Blue) = 150+65+45=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96412D is #69BED2. Grayscale: #585858. Windows color (decimal): -6930131 or 2965910. OLE color: 2965910.

HSL color Cylindrical-coordinate representation of color #96412D: hue angle of 11.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96412D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1506545-
CMYK00.570.700.41
HSL11.43º53.85%38.24%-
HSV(B)11.43º70%58.82%-
XYZ14.9410.453.71-
YUV88.14103.66172.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=57.69%
G=25%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150654500.570.700.4111.4353.8538.24
Hex96412D0394629b3626
Octal2261015507110651136646
Binary100101101000001101101011100110001101010011011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96412D; }

 p { color: rgb(150,65,45); }

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

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

 a { background-color: rgb(150,65,45); }

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

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

 span { border-color: rgb(150,65,45); }

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