Html Css Color HEX #925E6A Mauve Taupe

📋 copy color: '#925E6A'

red 146 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #925E6A

Tints of Mauve Taupe #925E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 42.2%
G = 27.17%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#925E6A (or 0x925E6A) is known color: Mauve Taupe. HEX triplet: 92, 5E and 6A. RGB value is (146,94,106). Sum of RGB (Red+Green+Blue) = 146+94+106=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E6A is #6DA195. Grayscale: #6E6E6E. Windows color (decimal): -7184790 or 6971026. OLE color: 6971026.

HSL color Cylindrical-coordinate representation of color #925E6A: hue angle of 346.15º 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 #925E6A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 106 -
CMYK 0 0.36 0.27 0.43
HSL 346.15º 0.22% 0.47% -
HSV(B) 346.15º 0.36% 0.57% -
XYZ 18.46 15.16 15.59 -
YUV 110.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 146 94 106 0 0.36 0.27 0.43 346.15 0.22 0.47
Hex 92 5E 6A 0 24 1B 2B 15A 16 2F
Octal 222 136 152 0 44 33 53 532 26 57
Binary 10010010 1011110 1101010 0 100100 11011 101011 101011010 10110 101111

Color Harmonies of #925E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E6A

Black with #925E6A

Text Example


Text Example

White with #925E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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