#964836

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

Shades of Mojo #964836

Tints of Mojo #964836

Color information

#964836 (or 0x964836) is unknown color: approx Mojo. HEX triplet: 96, 48 and 36. RGB value is (150,72,54). Sum of RGB (Red+Green+Blue) = 150+72+54=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #964836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964836 is #69B7C9. Grayscale: #5D5D5D. Windows color (decimal): -6928330 or 3557526. OLE color: 3557526.

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

Color convert

RGB1507254-
CMYK00.520.640.41
HSL11.25º47.06%40%-
HSV(B)11.25º64%58.82%-
XYZ15.5611.394.87-
YUV93.27105.84168.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=54.35%
G=26.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150725400.520.640.4111.2547.0640
Hex9648360344029b2f28
Octal2261106606410051135750
Binary100101101001000110110011010010000001010011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964836; }

 p { color: rgb(150,72,54); }

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

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

 a { background-color: rgb(150,72,54); }

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

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

 span { border-color: rgb(150,72,54); }

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