Html Css Color HEX #925672 Mauve Taupe

📋 copy color: '#925672'

red 146 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #925672

Tints of Mauve Taupe #925672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 42.2%
G = 24.86%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#925672 (or 0x925672) is known color: Mauve Taupe. HEX triplet: 92, 56 and 72. RGB value is (146,86,114). Sum of RGB (Red+Green+Blue) = 146+86+114=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925672 is #6DA98D. Grayscale: #6B6B6B. Windows color (decimal): -7186830 or 7493266. OLE color: 7493266.

HSL color Cylindrical-coordinate representation of color #925672: hue angle of 332º 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 #925672 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 86 114 -
CMYK 0 0.41 0.22 0.43
HSL 332º 0.26% 0.45% -
HSV(B) 332º 0.41% 0.57% -
XYZ 18.22 13.98 17.66 -
YUV 107.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 146 86 114 0 0.41 0.22 0.43 332 0.26 0.45
Hex 92 56 72 0 29 16 2B 14C 1A 2D
Octal 222 126 162 0 51 26 53 514 32 55
Binary 10010010 1010110 1110010 0 101001 10110 101011 101001100 11010 101101

Color Harmonies of #925672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925672

Black with #925672

Text Example


Text Example

White with #925672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925672; }

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

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

background-color css

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

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

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

border-color css

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

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

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