Html Css Color HEX #994635 Mojo

📋 copy color: '#994635'

red 153 ◦ green 70 ◦ blue 53

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

Shades of Mojo #994635

Tints of Mojo #994635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 55.43%
G = 25.36%
B = 19.2%

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

#994635 (or 0x994635) is known color: Mojo. HEX triplet: 99, 46 and 35. RGB value is (153,70,53). Sum of RGB (Red+Green+Blue) = 153+70+53=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994635 is #66B9CA. Grayscale: #5D5D5D. Windows color (decimal): -6732235 or 3491481. OLE color: 3491481.

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

Color convert

RGB 153 70 53 -
CMYK 0 0.54 0.65 0.4
HSL 10.2º 0.49% 0.4% -
HSV(B) 10.2º 0.65% 0.6% -
XYZ 15.97 11.41 4.73 -
YUV 92.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 153 70 53 0 0.54 0.65 0.4 10.2 0.49 0.4
Hex 99 46 35 0 36 41 28 A 31 28
Octal 231 106 65 0 66 101 50 12 61 50
Binary 10011001 1000110 110101 0 110110 1000001 101000 1010 110001 101000

Color Harmonies of #994635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994635

Black with #994635

Text Example


Text Example

White with #994635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994635; }

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

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

background-color css

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

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

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

border-color css

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

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

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