#963F38

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

Shades of Mojo #963F38

Tints of Mojo #963F38

Color information

#963F38 (or 0x963F38) is unknown color: approx Mojo. HEX triplet: 96, 3F and 38. RGB value is (150,63,56). Sum of RGB (Red+Green+Blue) = 150+63+56=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #963F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F38 is #69C0C7. Grayscale: #585858. Windows color (decimal): -6930632 or 3686294. OLE color: 3686294.

HSL color Cylindrical-coordinate representation of color #963F38: hue angle of 4.47º 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 #963F38 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1506356-
CMYK00.580.630.41
HSL4.47º45.63%40.39%-
HSV(B)4.47º62.67%58.82%-
XYZ15.0710.324.94-
YUV88.21109.82172.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=55.76%
G=23.42%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150635600.580.630.414.4745.6340.39
Hex963F3803A3F2942e28
Octal2267770072775145650
Binary100101101111111110000111010111111101001100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F38; }

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

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

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

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

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

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

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

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