Html Css Color HEX #994636 Mojo

📋 copy color: '#994636'

red 153 ◦ green 70 ◦ blue 54

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

Shades of Mojo #994636

Tints of Mojo #994636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 55.23%
G = 25.27%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994636 (or 0x994636) is known color: Mojo. HEX triplet: 99, 46 and 36. RGB value is (153,70,54). Sum of RGB (Red+Green+Blue) = 153+70+54=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994636 is #66B9C9. Grayscale: #5D5D5D. Windows color (decimal): -6732234 or 3557017. OLE color: 3557017.

HSL color Cylindrical-coordinate representation of color #994636: hue angle of 9.7º 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 #994636 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 54 -
CMYK 0 0.54 0.65 0.4
HSL 9.7º 0.48% 0.41% -
HSV(B) 9.7º 0.65% 0.6% -
XYZ 15.99 11.42 4.85 -
YUV 92.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 153 70 54 0 0.54 0.65 0.4 9.7 0.48 0.41
Hex 99 46 36 0 36 41 28 A 30 29
Octal 231 106 66 0 66 101 50 12 60 51
Binary 10011001 1000110 110110 0 110110 1000001 101000 1010 110000 101001

Color Harmonies of #994636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994636

Black with #994636

Text Example


Text Example

White with #994636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994636; }

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

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

background-color css

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

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

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

border-color css

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

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

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