Html Css Color HEX #926B72 Mauve Taupe

📋 copy color: '#926B72'

red 146 ◦ green 107 ◦ blue 114

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

Shades of Mauve Taupe #926B72

Tints of Mauve Taupe #926B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 39.78%
G = 29.16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#926B72 (or 0x926B72) is known color: Mauve Taupe. HEX triplet: 92, 6B and 72. RGB value is (146,107,114). Sum of RGB (Red+Green+Blue) = 146+107+114=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B72 is #6D948D. Grayscale: #777777. Windows color (decimal): -7181454 or 7498642. OLE color: 7498642.

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

Color convert

RGB 146 107 114 -
CMYK 0 0.27 0.22 0.43
HSL 349.23º 0.15% 0.5% -
HSV(B) 349.23º 0.27% 0.57% -
XYZ 20.15 17.84 18.3 -
YUV 119.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 146 107 114 0 0.27 0.22 0.43 349.23 0.15 0.5
Hex 92 6B 72 0 1B 16 2B 15D F 32
Octal 222 153 162 0 33 26 53 535 17 62
Binary 10010010 1101011 1110010 0 11011 10110 101011 101011101 1111 110010

Color Harmonies of #926B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B72

Black with #926B72

Text Example


Text Example

White with #926B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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