Html Css Color HEX #964231 Tia Maria

📋 copy color: '#964231'

red 150 ◦ green 66 ◦ blue 49

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

Shades of Tia Maria #964231

Tints of Tia Maria #964231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 56.6%
G = 24.91%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964231 (or 0x964231) is known color: Tia Maria. HEX triplet: 96, 42 and 31. RGB value is (150,66,49). Sum of RGB (Red+Green+Blue) = 150+66+49=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #964231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964231 is #69BDCE. Grayscale: #595959. Windows color (decimal): -6929871 or 3228310. OLE color: 3228310.

HSL color Cylindrical-coordinate representation of color #964231: hue angle of 10.1º degrees, saturation: 0.51, 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 #964231 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 49 -
CMYK 0 0.56 0.67 0.41
HSL 10.1º 0.51% 0.39% -
HSV(B) 10.1º 0.67% 0.59% -
XYZ 15.08 10.6 4.16 -
YUV 89.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 150 66 49 0 0.56 0.67 0.41 10.1 0.51 0.39
Hex 96 42 31 0 38 43 29 A 33 27
Octal 226 102 61 0 70 103 51 12 63 47
Binary 10010110 1000010 110001 0 111000 1000011 101001 1010 110011 100111

Color Harmonies of #964231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964231

Black with #964231

Text Example


Text Example

White with #964231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964231; }

 p { color: rgb(150,66,49); }

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

background-color css

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

 a { background-color: rgb(150,66,49); }

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

border-color css

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

 span { border-color: rgb(150,66,49); }

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