Html Css Color HEX #926B70 Mauve Taupe

📋 copy color: '#926B70'

red 146 ◦ green 107 ◦ blue 112

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

Shades of Mauve Taupe #926B70

Tints of Mauve Taupe #926B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 40%
G = 29.32%
B = 30.68%

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

#926B70 (or 0x926B70) is known color: Mauve Taupe. HEX triplet: 92, 6B and 70. RGB value is (146,107,112). Sum of RGB (Red+Green+Blue) = 146+107+112=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #926B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B70 is #6D948F. Grayscale: #777777. Windows color (decimal): -7181456 or 7367570. OLE color: 7367570.

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

Color convert

RGB 146 107 112 -
CMYK 0 0.27 0.23 0.43
HSL 352.31º 0.15% 0.5% -
HSV(B) 352.31º 0.27% 0.57% -
XYZ 20.04 17.8 17.71 -
YUV 119.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 146 107 112 0 0.27 0.23 0.43 352.31 0.15 0.5
Hex 92 6B 70 0 1B 17 2B 160 F 32
Octal 222 153 160 0 33 27 53 540 17 62
Binary 10010010 1101011 1110000 0 11011 10111 101011 101100000 1111 110010

Color Harmonies of #926B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B70

Black with #926B70

Text Example


Text Example

White with #926B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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