Html Css Color HEX #925E6E Mauve Taupe

📋 copy color: '#925E6E'

red 146 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #925E6E

Tints of Mauve Taupe #925E6E

RGB

 RED value IS 146 (57.42% from 255) = 41.71%

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 41.71%
G = 26.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#925E6E (or 0x925E6E) is known color: Mauve Taupe. HEX triplet: 92, 5E and 6E. RGB value is (146,94,110). Sum of RGB (Red+Green+Blue) = 146+94+110=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E6E is #6DA191. Grayscale: #6F6F6F. Windows color (decimal): -7184786 or 7233170. OLE color: 7233170.

HSL color Cylindrical-coordinate representation of color #925E6E: hue angle of 341.54º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E6E is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 110 -
CMYK 0 0.36 0.25 0.43
HSL 341.54º 0.22% 0.47% -
HSV(B) 341.54º 0.36% 0.57% -
XYZ 18.67 15.24 16.71 -
YUV 111.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 146 94 110 0 0.36 0.25 0.43 341.54 0.22 0.47
Hex 92 5E 6E 0 24 19 2B 156 16 2F
Octal 222 136 156 0 44 31 53 526 26 57
Binary 10010010 1011110 1101110 0 100100 11001 101011 101010110 10110 101111

Color Harmonies of #925E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E6E

Black with #925E6E

Text Example


Text Example

White with #925E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925E6E; }

 p { color: rgb(146,94,110); }

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

background-color css

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

 a { background-color: rgb(146,94,110); }

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

border-color css

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

 span { border-color: rgb(146,94,110); }

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