Html Css Color HEX #963C2C Tia Maria

📋 copy color: '#963C2C'

red 150 ◦ green 60 ◦ blue 44

#963C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #963C2C

Tints of Tia Maria #963C2C

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 value IS 0

 M value IS 0.6

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#963C2C (or 0x963C2C) is known color: 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

RGB 150 60 44 -
CMYK 0 0.6 0.71 0.41
HSL 9.06º 0.55% 0.38% -
HSV(B) 9.06º 0.71% 0.59% -
XYZ 14.65 9.9 3.52 -
YUV 85.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 150 60 44 0 0.6 0.71 0.41 9.06 0.55 0.38
Hex 96 3C 2C 0 3C 47 29 9 37 26
Octal 226 74 54 0 74 107 51 11 67 46
Binary 10010110 111100 101100 0 111100 1000111 101001 1001 110111 100110

Color Harmonies of #963C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C2C

Black with #963C2C

Text Example


Text Example

White with #963C2C

Text Example


Text Example

HTML Codes & Css Web 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>