Html Css Color HEX #926275 Mauve Taupe

📋 copy color: '#926275'

red 146 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #926275

Tints of Mauve Taupe #926275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 40.44%
G = 27.15%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926275 (or 0x926275) is known color: Mauve Taupe. HEX triplet: 92, 62 and 75. RGB value is (146,98,117). Sum of RGB (Red+Green+Blue) = 146+98+117=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926275 is #6D9D8A. Grayscale: #727272. Windows color (decimal): -7183755 or 7692946. OLE color: 7692946.

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

Color convert

RGB 146 98 117 -
CMYK 0 0.33 0.20 0.43
HSL 336.25º 0.2% 0.48% -
HSV(B) 336.25º 0.33% 0.57% -
XYZ 19.43 16.13 18.92 -
YUV 114.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 146 98 117 0 0.33 0.20 0.43 336.25 0.2 0.48
Hex 92 62 75 0 21 14 2B 150 14 30
Octal 222 142 165 0 41 24 53 520 24 60
Binary 10010010 1100010 1110101 0 100001 10100 101011 101010000 10100 110000

Color Harmonies of #926275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926275

Black with #926275

Text Example


Text Example

White with #926275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926275; }

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

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

background-color css

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

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

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

border-color css

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

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

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