Html Css Color HEX #954641 Mojo

📋 copy color: '#954641'

red 149 ◦ green 70 ◦ blue 65

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

Shades of Mojo #954641

Tints of Mojo #954641

RGB

 RED value IS 149 (58.59% from 255) = 52.46%

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

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 52.46%
G = 24.65%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954641 (or 0x954641) is known color: Mojo. HEX triplet: 95, 46 and 41. RGB value is (149,70,65). Sum of RGB (Red+Green+Blue) = 149+70+65=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954641 is #6AB9BE. Grayscale: #5D5D5D. Windows color (decimal): -6994367 or 4277909. OLE color: 4277909.

HSL color Cylindrical-coordinate representation of color #954641: hue angle of 3.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954641 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 65 -
CMYK 0 0.53 0.56 0.42
HSL 3.57º 0.39% 0.42% -
HSV(B) 3.57º 0.56% 0.58% -
XYZ 15.54 11.15 6.33 -
YUV 93.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 149 70 65 0 0.53 0.56 0.42 3.57 0.39 0.42
Hex 95 46 41 0 35 38 2A 4 27 2A
Octal 225 106 101 0 65 70 52 4 47 52
Binary 10010101 1000110 1000001 0 110101 111000 101010 100 100111 101010

Color Harmonies of #954641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954641

Black with #954641

Text Example


Text Example

White with #954641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954641; }

 p { color: rgb(149,70,65); }

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

background-color css

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

 a { background-color: rgb(149,70,65); }

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

border-color css

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

 span { border-color: rgb(149,70,65); }

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