Html Css Color HEX #994639 Mojo

📋 copy color: '#994639'

red 153 ◦ green 70 ◦ blue 57

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

Shades of Mojo #994639

Tints of Mojo #994639

RGB

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

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

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

R = 54.64%
G = 25%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994639 (or 0x994639) is known color: Mojo. HEX triplet: 99, 46 and 39. RGB value is (153,70,57). Sum of RGB (Red+Green+Blue) = 153+70+57=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994639 is #66B9C6. Grayscale: #5D5D5D. Windows color (decimal): -6732231 or 3753625. OLE color: 3753625.

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

Color convert

RGB 153 70 57 -
CMYK 0 0.54 0.63 0.4
HSL 8.13º 0.46% 0.41% -
HSV(B) 8.13º 0.63% 0.6% -
XYZ 16.07 11.45 5.23 -
YUV 93.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 153 70 57 0 0.54 0.63 0.4 8.13 0.46 0.41
Hex 99 46 39 0 36 3F 28 8 2E 29
Octal 231 106 71 0 66 77 50 10 56 51
Binary 10011001 1000110 111001 0 110110 111111 101000 1000 101110 101001

Color Harmonies of #994639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994639

Black with #994639

Text Example


Text Example

White with #994639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994639; }

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

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

background-color css

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

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

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

border-color css

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

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

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