Html Css Color HEX #964C37 Mojo

📋 copy color: '#964C37'

red 150 ◦ green 76 ◦ blue 55

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

Shades of Mojo #964C37

Tints of Mojo #964C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 53.38%
G = 27.05%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#964C37 (or 0x964C37) is known color: Mojo. HEX triplet: 96, 4C and 37. RGB value is (150,76,55). Sum of RGB (Red+Green+Blue) = 150+76+55=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #964C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C37 is #69B3C8. Grayscale: #5F5F5F. Windows color (decimal): -6927305 or 3624086. OLE color: 3624086.

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

Color convert

RGB 150 76 55 -
CMYK 0 0.49 0.63 0.41
HSL 13.26º 0.46% 0.4% -
HSV(B) 13.26º 0.63% 0.59% -
XYZ 15.85 11.93 5.08 -
YUV 95.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 150 76 55 0 0.49 0.63 0.41 13.26 0.46 0.4
Hex 96 4C 37 0 31 3F 29 D 2E 28
Octal 226 114 67 0 61 77 51 15 56 50
Binary 10010110 1001100 110111 0 110001 111111 101001 1101 101110 101000

Color Harmonies of #964C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C37

Black with #964C37

Text Example


Text Example

White with #964C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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