Html Css Color HEX #994136 Mojo

📋 copy color: '#994136'

red 153 ◦ green 65 ◦ blue 54

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

Shades of Mojo #994136

Tints of Mojo #994136

RGB

 RED value IS 153 (60.16% from 255) = 56.25%

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 56.25%
G = 23.9%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994136 (or 0x994136) is known color: Mojo. HEX triplet: 99, 41 and 36. RGB value is (153,65,54). Sum of RGB (Red+Green+Blue) = 153+65+54=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994136 is #66BEC9. Grayscale: #5A5A5A. Windows color (decimal): -6733514 or 3555737. OLE color: 3555737.

HSL color Cylindrical-coordinate representation of color #994136: hue angle of 6.67º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994136 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 54 -
CMYK 0 0.58 0.65 0.4
HSL 6.67º 0.48% 0.41% -
HSV(B) 6.67º 0.65% 0.6% -
XYZ 15.69 10.82 4.75 -
YUV 90.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 153 65 54 0 0.58 0.65 0.4 6.67 0.48 0.41
Hex 99 41 36 0 3A 41 28 7 30 29
Octal 231 101 66 0 72 101 50 7 60 51
Binary 10011001 1000001 110110 0 111010 1000001 101000 111 110000 101001

Color Harmonies of #994136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994136

Black with #994136

Text Example


Text Example

White with #994136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994136; }

 p { color: rgb(153,65,54); }

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

background-color css

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

 a { background-color: rgb(153,65,54); }

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

border-color css

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

 span { border-color: rgb(153,65,54); }

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