Html Css Color HEX #964631 Tia Maria

📋 copy color: '#964631'

red 150 ◦ green 70 ◦ blue 49

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

Shades of Tia Maria #964631

Tints of Tia Maria #964631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 55.76%
G = 26.02%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964631 (or 0x964631) is known color: Tia Maria. HEX triplet: 96, 46 and 31. RGB value is (150,70,49). Sum of RGB (Red+Green+Blue) = 150+70+49=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964631 is #69B9CE. Grayscale: #5B5B5B. Windows color (decimal): -6928847 or 3229334. OLE color: 3229334.

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

Color convert

RGB 150 70 49 -
CMYK 0 0.53 0.67 0.41
HSL 12.48º 0.51% 0.39% -
HSV(B) 12.48º 0.67% 0.59% -
XYZ 15.32 11.09 4.24 -
YUV 91.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 150 70 49 0 0.53 0.67 0.41 12.48 0.51 0.39
Hex 96 46 31 0 35 43 29 C 33 27
Octal 226 106 61 0 65 103 51 14 63 47
Binary 10010110 1000110 110001 0 110101 1000011 101001 1100 110011 100111

Color Harmonies of #964631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964631

Black with #964631

Text Example


Text Example

White with #964631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964631; }

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

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

background-color css

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

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

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

border-color css

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

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

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