Html Css Color HEX #964329 Tia Maria

📋 copy color: '#964329'

red 150 ◦ green 67 ◦ blue 41

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

Shades of Tia Maria #964329

Tints of Tia Maria #964329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 58.14%
G = 25.97%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964329 (or 0x964329) is known color: Tia Maria. HEX triplet: 96, 43 and 29. RGB value is (150,67,41). Sum of RGB (Red+Green+Blue) = 150+67+41=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #964329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964329 is #69BCD6. Grayscale: #595959. Windows color (decimal): -6929623 or 2704278. OLE color: 2704278.

HSL color Cylindrical-coordinate representation of color #964329: hue angle of 14.31º 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 #964329 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 41 -
CMYK 0 0.55 0.73 0.41
HSL 14.31º 0.57% 0.37% -
HSV(B) 14.31º 0.73% 0.59% -
XYZ 14.99 10.66 3.37 -
YUV 88.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 150 67 41 0 0.55 0.73 0.41 14.31 0.57 0.37
Hex 96 43 29 0 37 49 29 E 39 25
Octal 226 103 51 0 67 111 51 16 71 45
Binary 10010110 1000011 101001 0 110111 1001001 101001 1110 111001 100101

Color Harmonies of #964329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964329

Black with #964329

Text Example


Text Example

White with #964329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964329; }

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

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

background-color css

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

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

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

border-color css

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

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

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