Html Css Color HEX #964C39 Mojo

📋 copy color: '#964C39'

red 150 ◦ green 76 ◦ blue 57

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

Shades of Mojo #964C39

Tints of Mojo #964C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 53%
G = 26.86%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#964C39 (or 0x964C39) is known color: Mojo. HEX triplet: 96, 4C and 39. RGB value is (150,76,57). Sum of RGB (Red+Green+Blue) = 150+76+57=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C39 is #69B3C6. Grayscale: #606060. Windows color (decimal): -6927303 or 3755158. OLE color: 3755158.

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

Color convert

RGB 150 76 57 -
CMYK 0 0.49 0.62 0.41
HSL 12.26º 0.45% 0.41% -
HSV(B) 12.26º 0.62% 0.59% -
XYZ 15.9 11.95 5.34 -
YUV 95.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 150 76 57 0 0.49 0.62 0.41 12.26 0.45 0.41
Hex 96 4C 39 0 31 3E 29 C 2D 29
Octal 226 114 71 0 61 76 51 14 55 51
Binary 10010110 1001100 111001 0 110001 111110 101001 1100 101101 101001

Color Harmonies of #964C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C39

Black with #964C39

Text Example


Text Example

White with #964C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964C39; }

 p { color: rgb(150,76,57); }

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

background-color css

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

 a { background-color: rgb(150,76,57); }

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

border-color css

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

 span { border-color: rgb(150,76,57); }

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