Html Css Color HEX #925E62 Mauve Taupe

📋 copy color: '#925E62'

red 146 ◦ green 94 ◦ blue 98

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

Shades of Mauve Taupe #925E62

Tints of Mauve Taupe #925E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 43.2%
G = 27.81%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#925E62 (or 0x925E62) is known color: Mauve Taupe. HEX triplet: 92, 5E and 62. RGB value is (146,94,98). Sum of RGB (Red+Green+Blue) = 146+94+98=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #925E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E62 is #6DA19D. Grayscale: #6E6E6E. Windows color (decimal): -7184798 or 6446738. OLE color: 6446738.

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

Color convert

RGB 146 94 98 -
CMYK 0 0.36 0.33 0.43
HSL 355.38º 0.22% 0.47% -
HSV(B) 355.38º 0.36% 0.57% -
XYZ 18.06 15 13.5 -
YUV 110 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 146 94 98 0 0.36 0.33 0.43 355.38 0.22 0.47
Hex 92 5E 62 0 24 21 2B 163 16 2F
Octal 222 136 142 0 44 41 53 543 26 57
Binary 10010010 1011110 1100010 0 100100 100001 101011 101100011 10110 101111

Color Harmonies of #925E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E62

Black with #925E62

Text Example


Text Example

White with #925E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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