Html Css Color HEX #926E75 Mauve Taupe

📋 copy color: '#926E75'

red 146 ◦ green 110 ◦ blue 117

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

Shades of Mauve Taupe #926E75

Tints of Mauve Taupe #926E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

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

R = 39.14%
G = 29.49%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926E75 (or 0x926E75) is known color: Mauve Taupe. HEX triplet: 92, 6E and 75. RGB value is (146,110,117). Sum of RGB (Red+Green+Blue) = 146+110+117=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #926E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E75 is #6D918A. Grayscale: #797979. Windows color (decimal): -7180683 or 7696018. OLE color: 7696018.

HSL color Cylindrical-coordinate representation of color #926E75: hue angle of 348.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E75 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 117 -
CMYK 0 0.25 0.20 0.43
HSL 348.33º 0.14% 0.5% -
HSV(B) 348.33º 0.25% 0.57% -
XYZ 20.64 18.55 19.32 -
YUV 121.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 146 110 117 0 0.25 0.20 0.43 348.33 0.14 0.5
Hex 92 6E 75 0 19 14 2B 15C E 32
Octal 222 156 165 0 31 24 53 534 16 62
Binary 10010010 1101110 1110101 0 11001 10100 101011 101011100 1110 110010

Color Harmonies of #926E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E75

Black with #926E75

Text Example


Text Example

White with #926E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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