#964938

Color #964938 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #964938

Tints of Mojo #964938

Color information

#964938 (or 0x964938) is unknown color: approx Mojo. HEX triplet: 96, 49 and 38. RGB value is (150,73,56). Sum of RGB (Red+Green+Blue) = 150+73+56=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #964938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964938 is #69B6C7. Grayscale: #5E5E5E. Windows color (decimal): -6928072 or 3688854. OLE color: 3688854.

HSL color Cylindrical-coordinate representation of color #964938: hue angle of 10.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964938 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1507356-
CMYK00.510.630.41
HSL10.85º45.63%40.39%-
HSV(B)10.85º62.67%58.82%-
XYZ15.6711.535.14-
YUV94.08106.51167.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=53.76%
G=26.16%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150735600.510.630.4110.8545.6340.39
Hex9649380333F29b2e28
Octal226111700637751135650
Binary10010110100100111100001100111111111010011011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964938; }

 p { color: rgb(150,73,56); }

 H1.HeaderClassName
 {
   color: #964938;
 }
 .AnyTagClassName
 {
   color: #964938;
 }
</style>
background-color css

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

 a { background-color: rgb(150,73,56); }

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

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

 span { border-color: rgb(150,73,56); }

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