Html Css Color HEX #964633 Tia Maria

📋 copy color: '#964633'

red 150 ◦ green 70 ◦ blue 51

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

Shades of Tia Maria #964633

Tints of Tia Maria #964633

RGB

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

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

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

R = 55.35%
G = 25.83%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#964633 (or 0x964633) is known color: Tia Maria. HEX triplet: 96, 46 and 33. RGB value is (150,70,51). Sum of RGB (Red+Green+Blue) = 150+70+51=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964633 is #69B9CC. Grayscale: #5B5B5B. Windows color (decimal): -6928845 or 3360406. OLE color: 3360406.

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

Color convert

RGB 150 70 51 -
CMYK 0 0.53 0.66 0.41
HSL 11.52º 0.49% 0.39% -
HSV(B) 11.52º 0.66% 0.59% -
XYZ 15.37 11.1 4.47 -
YUV 91.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 150 70 51 0 0.53 0.66 0.41 11.52 0.49 0.39
Hex 96 46 33 0 35 42 29 C 31 27
Octal 226 106 63 0 65 102 51 14 61 47
Binary 10010110 1000110 110011 0 110101 1000010 101001 1100 110001 100111

Color Harmonies of #964633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964633

Black with #964633

Text Example


Text Example

White with #964633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964633; }

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

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

background-color css

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

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

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

border-color css

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

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

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