Html Css Color HEX #963C29 Tia Maria

📋 copy color: '#963C29'

red 150 ◦ green 60 ◦ blue 41

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

Shades of Tia Maria #963C29

Tints of Tia Maria #963C29

RGB

 RED value IS 150 (58.98% from 255) = 59.76%

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 59.76%
G = 23.9%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963C29 (or 0x963C29) is known color: Tia Maria. HEX triplet: 96, 3C and 29. RGB value is (150,60,41). Sum of RGB (Red+Green+Blue) = 150+60+41=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C29 is #69C3D6. Grayscale: #545454. Windows color (decimal): -6931415 or 2702486. OLE color: 2702486.

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

Color convert

RGB 150 60 41 -
CMYK 0 0.6 0.73 0.41
HSL 10.46º 0.57% 0.37% -
HSV(B) 10.46º 0.73% 0.59% -
XYZ 14.59 9.88 3.23 -
YUV 84.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 150 60 41 0 0.6 0.73 0.41 10.46 0.57 0.37
Hex 96 3C 29 0 3C 49 29 A 39 25
Octal 226 74 51 0 74 111 51 12 71 45
Binary 10010110 111100 101001 0 111100 1001001 101001 1010 111001 100101

Color Harmonies of #963C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C29

Black with #963C29

Text Example


Text Example

White with #963C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #963C29;
 }
 .AnyTagClassName
 {
   color: #963C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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