Html Css Color HEX #93626B Mauve Taupe

📋 copy color: '#93626B'

red 147 ◦ green 98 ◦ blue 107

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

Shades of Mauve Taupe #93626B

Tints of Mauve Taupe #93626B

RGB

 RED value IS 147 (57.81% from 255) = 41.76%

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 41.76%
G = 27.84%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93626B (or 0x93626B) is known color: Mauve Taupe. HEX triplet: 93, 62 and 6B. RGB value is (147,98,107). Sum of RGB (Red+Green+Blue) = 147+98+107=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626B is #6C9D94. Grayscale: #717171. Windows color (decimal): -7118229 or 7037587. OLE color: 7037587.

HSL color Cylindrical-coordinate representation of color #93626B: hue angle of 348.98º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93626B is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 107 -
CMYK 0 0.33 0.27 0.42
HSL 348.98º 0.2% 0.48% -
HSV(B) 348.98º 0.33% 0.58% -
XYZ 19.05 16 15.99 -
YUV 113.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 147 98 107 0 0.33 0.27 0.42 348.98 0.2 0.48
Hex 93 62 6B 0 21 1B 2A 15D 14 30
Octal 223 142 153 0 41 33 52 535 24 60
Binary 10010011 1100010 1101011 0 100001 11011 101010 101011101 10100 110000

Color Harmonies of #93626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93626B

Black with #93626B

Text Example


Text Example

White with #93626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93626B; }

 p { color: rgb(147,98,107); }

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

background-color css

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

 a { background-color: rgb(147,98,107); }

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

border-color css

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

 span { border-color: rgb(147,98,107); }

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