Html Css Color HEX #964332 Tia Maria

📋 copy color: '#964332'

red 150 ◦ green 67 ◦ blue 50

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

Shades of Tia Maria #964332

Tints of Tia Maria #964332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 56.18%
G = 25.09%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964332 (or 0x964332) is known color: Tia Maria. HEX triplet: 96, 43 and 32. RGB value is (150,67,50). Sum of RGB (Red+Green+Blue) = 150+67+50=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #964332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964332 is #69BCCD. Grayscale: #5A5A5A. Windows color (decimal): -6929614 or 3294102. OLE color: 3294102.

HSL color Cylindrical-coordinate representation of color #964332: hue angle of 10.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964332 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 50 -
CMYK 0 0.55 0.67 0.41
HSL 10.2º 0.5% 0.39% -
HSV(B) 10.2º 0.67% 0.59% -
XYZ 15.16 10.73 4.29 -
YUV 89.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 150 67 50 0 0.55 0.67 0.41 10.2 0.5 0.39
Hex 96 43 32 0 37 43 29 A 32 27
Octal 226 103 62 0 67 103 51 12 62 47
Binary 10010110 1000011 110010 0 110111 1000011 101001 1010 110010 100111

Color Harmonies of #964332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964332

Black with #964332

Text Example


Text Example

White with #964332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964332; }

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

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

background-color css

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

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

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

border-color css

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

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

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