Html Css Color HEX #926870 Mauve Taupe

📋 copy color: '#926870'

red 146 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #926870

Tints of Mauve Taupe #926870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 40.33%
G = 28.73%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926870 (or 0x926870) is known color: Mauve Taupe. HEX triplet: 92, 68 and 70. RGB value is (146,104,112). Sum of RGB (Red+Green+Blue) = 146+104+112=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926870 is #6D978F. Grayscale: #757575. Windows color (decimal): -7182224 or 7366802. OLE color: 7366802.

HSL color Cylindrical-coordinate representation of color #926870: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926870 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 104 112 -
CMYK 0 0.29 0.23 0.43
HSL 348.57º 0.17% 0.49% -
HSV(B) 348.57º 0.29% 0.57% -
XYZ 19.73 17.18 17.61 -
YUV 117.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 146 104 112 0 0.29 0.23 0.43 348.57 0.17 0.49
Hex 92 68 70 0 1D 17 2B 15D 11 31
Octal 222 150 160 0 35 27 53 535 21 61
Binary 10010010 1101000 1110000 0 11101 10111 101011 101011101 10001 110001

Color Harmonies of #926870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926870

Black with #926870

Text Example


Text Example

White with #926870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926870; }

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

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

background-color css

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

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

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

border-color css

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

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

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