Html Css Color HEX #925675 Mauve Taupe

📋 copy color: '#925675'

red 146 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #925675

Tints of Mauve Taupe #925675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 41.83%
G = 24.64%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#925675 (or 0x925675) is known color: Mauve Taupe. HEX triplet: 92, 56 and 75. RGB value is (146,86,117). Sum of RGB (Red+Green+Blue) = 146+86+117=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925675 is #6DA98A. Grayscale: #6B6B6B. Windows color (decimal): -7186827 or 7689874. OLE color: 7689874.

HSL color Cylindrical-coordinate representation of color #925675: hue angle of 329º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925675 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 86 117 -
CMYK 0 0.41 0.20 0.43
HSL 329º 0.26% 0.45% -
HSV(B) 329º 0.41% 0.57% -
XYZ 18.39 14.05 18.57 -
YUV 107.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 146 86 117 0 0.41 0.20 0.43 329 0.26 0.45
Hex 92 56 75 0 29 14 2B 149 1A 2D
Octal 222 126 165 0 51 24 53 511 32 55
Binary 10010010 1010110 1110101 0 101001 10100 101011 101001001 11010 101101

Color Harmonies of #925675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925675

Black with #925675

Text Example


Text Example

White with #925675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925675; }

 p { color: rgb(146,86,117); }

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

background-color css

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

 a { background-color: rgb(146,86,117); }

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

border-color css

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

 span { border-color: rgb(146,86,117); }

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