Html Css Color HEX #926B73 Mauve Taupe

📋 copy color: '#926B73'

red 146 ◦ green 107 ◦ blue 115

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

Shades of Mauve Taupe #926B73

Tints of Mauve Taupe #926B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 39.67%
G = 29.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#926B73 (or 0x926B73) is known color: Mauve Taupe. HEX triplet: 92, 6B and 73. RGB value is (146,107,115). Sum of RGB (Red+Green+Blue) = 146+107+115=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #926B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B73 is #6D948C. Grayscale: #777777. Windows color (decimal): -7181453 or 7564178. OLE color: 7564178.

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

Color convert

RGB 146 107 115 -
CMYK 0 0.27 0.21 0.43
HSL 347.69º 0.15% 0.5% -
HSV(B) 347.69º 0.27% 0.57% -
XYZ 20.21 17.86 18.6 -
YUV 119.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 146 107 115 0 0.27 0.21 0.43 347.69 0.15 0.5
Hex 92 6B 73 0 1B 15 2B 15C F 32
Octal 222 153 163 0 33 25 53 534 17 62
Binary 10010010 1101011 1110011 0 11011 10101 101011 101011100 1111 110010

Color Harmonies of #926B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B73

Black with #926B73

Text Example


Text Example

White with #926B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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