Html Css Color HEX #926475 Mauve Taupe

📋 copy color: '#926475'

red 146 ◦ green 100 ◦ blue 117

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

Shades of Mauve Taupe #926475

Tints of Mauve Taupe #926475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 40.22%
G = 27.55%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926475 (or 0x926475) is known color: Mauve Taupe. HEX triplet: 92, 64 and 75. RGB value is (146,100,117). Sum of RGB (Red+Green+Blue) = 146+100+117=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #926475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926475 is #6D9B8A. Grayscale: #737373. Windows color (decimal): -7183243 or 7693458. OLE color: 7693458.

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

Color convert

RGB 146 100 117 -
CMYK 0 0.32 0.20 0.43
HSL 337.83º 0.19% 0.48% -
HSV(B) 337.83º 0.32% 0.57% -
XYZ 19.62 16.51 18.98 -
YUV 115.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 146 100 117 0 0.32 0.20 0.43 337.83 0.19 0.48
Hex 92 64 75 0 20 14 2B 152 13 30
Octal 222 144 165 0 40 24 53 522 23 60
Binary 10010010 1100100 1110101 0 100000 10100 101011 101010010 10011 110000

Color Harmonies of #926475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926475

Black with #926475

Text Example


Text Example

White with #926475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926475; }

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

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

background-color css

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

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

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

border-color css

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

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

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