#96412E

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

Shades of Tia Maria #96412E

Tints of Tia Maria #96412E

Color information

#96412E (or 0x96412E) is unknown color: approx Tia Maria. HEX triplet: 96, 41 and 2E. RGB value is (150,65,46). Sum of RGB (Red+Green+Blue) = 150+65+46=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96412E is #69BED1. Grayscale: #585858. Windows color (decimal): -6930130 or 3031446. OLE color: 3031446.

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

Color convert

RGB1506546-
CMYK00.570.690.41
HSL10.96º53.06%38.43%-
HSV(B)10.96º69.33%58.82%-
XYZ14.9610.463.82-
YUV88.25104.16172.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=57.47%
G=24.90%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150654600.570.690.4110.9653.0638.43
Hex96412E0394529b3526
Octal2261015607110551136546
Binary100101101000001101110011100110001011010011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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