Html Css Color HEX #964233 Tia Maria

📋 copy color: '#964233'

red 150 ◦ green 66 ◦ blue 51

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

Shades of Tia Maria #964233

Tints of Tia Maria #964233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 56.18%
G = 24.72%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#964233 (or 0x964233) is known color: Tia Maria. HEX triplet: 96, 42 and 33. RGB value is (150,66,51). Sum of RGB (Red+Green+Blue) = 150+66+51=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #964233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964233 is #69BDCC. Grayscale: #595959. Windows color (decimal): -6929869 or 3359382. OLE color: 3359382.

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

Color convert

RGB 150 66 51 -
CMYK 0 0.56 0.66 0.41
HSL 9.09º 0.49% 0.39% -
HSV(B) 9.09º 0.66% 0.59% -
XYZ 15.12 10.62 4.38 -
YUV 89.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 150 66 51 0 0.56 0.66 0.41 9.09 0.49 0.39
Hex 96 42 33 0 38 42 29 9 31 27
Octal 226 102 63 0 70 102 51 11 61 47
Binary 10010110 1000010 110011 0 111000 1000010 101001 1001 110001 100111

Color Harmonies of #964233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964233

Black with #964233

Text Example


Text Example

White with #964233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964233; }

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

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

background-color css

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

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

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

border-color css

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

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

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