#963C2C

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

Shades of Tia Maria #963C2C

Tints of Tia Maria #963C2C

Color information

#963C2C (or 0x963C2C) is unknown color: approx Tia Maria. HEX triplet: 96, 3C and 2C. RGB value is (150,60,44). Sum of RGB (Red+Green+Blue) = 150+60+44=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C2C is #69C3D3. Grayscale: #555555. Windows color (decimal): -6931412 or 2899094. OLE color: 2899094.

HSL color Cylindrical-coordinate representation of color #963C2C: hue angle of 9.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963C2C is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1506044-
CMYK00.60.710.41
HSL9.06º54.64%38.04%-
HSV(B)9.06º70.67%58.82%-
XYZ14.659.93.52-
YUV85.09104.82174.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=59.06%
G=23.62%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150604400.60.710.419.0654.6438.04
Hex963C2C03C472993726
Octal226745407410751116746
Binary10010110111100101100011110010001111010011001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C2C; }

 p { color: rgb(150,60,44); }

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

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

 a { background-color: rgb(150,60,44); }

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

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

 span { border-color: rgb(150,60,44); }

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