Html Css Color HEX #926A70 Mauve Taupe

📋 copy color: '#926A70'

red 146 ◦ green 106 ◦ blue 112

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

Shades of Mauve Taupe #926A70

Tints of Mauve Taupe #926A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 40.11%
G = 29.12%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926A70 (or 0x926A70) is known color: Mauve Taupe. HEX triplet: 92, 6A and 70. RGB value is (146,106,112). Sum of RGB (Red+Green+Blue) = 146+106+112=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A70 is #6D958F. Grayscale: #767676. Windows color (decimal): -7181712 or 7367314. OLE color: 7367314.

HSL color Cylindrical-coordinate representation of color #926A70: hue angle of 351º 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 #926A70 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 106 112 -
CMYK 0 0.27 0.23 0.43
HSL 351º 0.16% 0.49% -
HSV(B) 351º 0.27% 0.57% -
XYZ 19.93 17.59 17.67 -
YUV 118.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 146 106 112 0 0.27 0.23 0.43 351 0.16 0.49
Hex 92 6A 70 0 1B 17 2B 15F 10 31
Octal 222 152 160 0 33 27 53 537 20 61
Binary 10010010 1101010 1110000 0 11011 10111 101011 101011111 10000 110001

Color Harmonies of #926A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926A70

Black with #926A70

Text Example


Text Example

White with #926A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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