Html Css Color HEX #926466 Mauve Taupe

📋 copy color: '#926466'

red 146 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #926466

Tints of Mauve Taupe #926466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 41.95%
G = 28.74%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#926466 (or 0x926466) is known color: Mauve Taupe. HEX triplet: 92, 64 and 66. RGB value is (146,100,102). Sum of RGB (Red+Green+Blue) = 146+100+102=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926466 is #6D9B99. Grayscale: #727272. Windows color (decimal): -7183258 or 6710418. OLE color: 6710418.

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

Color convert

RGB 146 100 102 -
CMYK 0 0.32 0.30 0.43
HSL 357.39º 0.19% 0.48% -
HSV(B) 357.39º 0.32% 0.57% -
XYZ 18.81 16.18 14.7 -
YUV 113.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 146 100 102 0 0.32 0.30 0.43 357.39 0.19 0.48
Hex 92 64 66 0 20 1E 2B 165 13 30
Octal 222 144 146 0 40 36 53 545 23 60
Binary 10010010 1100100 1100110 0 100000 11110 101011 101100101 10011 110000

Color Harmonies of #926466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926466

Black with #926466

Text Example


Text Example

White with #926466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926466; }

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

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

background-color css

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

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

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

border-color css

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

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

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