Html Css Color HEX #926A75 Mauve Taupe

📋 copy color: '#926A75'

red 146 ◦ green 106 ◦ blue 117

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

Shades of Mauve Taupe #926A75

Tints of Mauve Taupe #926A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 39.57%
G = 28.73%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926A75 (or 0x926A75) is known color: Mauve Taupe. HEX triplet: 92, 6A and 75. RGB value is (146,106,117). Sum of RGB (Red+Green+Blue) = 146+106+117=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A75 is #6D958A. Grayscale: #777777. Windows color (decimal): -7181707 or 7694994. OLE color: 7694994.

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

Color convert

RGB 146 106 117 -
CMYK 0 0.27 0.20 0.43
HSL 343.5º 0.16% 0.49% -
HSV(B) 343.5º 0.27% 0.57% -
XYZ 20.22 17.7 19.18 -
YUV 119.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 146 106 117 0 0.27 0.20 0.43 343.5 0.16 0.49
Hex 92 6A 75 0 1B 14 2B 158 10 31
Octal 222 152 165 0 33 24 53 530 20 61
Binary 10010010 1101010 1110101 0 11011 10100 101011 101011000 10000 110001

Color Harmonies of #926A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926A75

Black with #926A75

Text Example


Text Example

White with #926A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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