Html Css Color HEX #926B74 Mauve Taupe

📋 copy color: '#926B74'

red 146 ◦ green 107 ◦ blue 116

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

Shades of Mauve Taupe #926B74

Tints of Mauve Taupe #926B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 39.57%
G = 29%
B = 31.44%

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

#926B74 (or 0x926B74) is known color: Mauve Taupe. HEX triplet: 92, 6B and 74. RGB value is (146,107,116). Sum of RGB (Red+Green+Blue) = 146+107+116=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B74 is #6D948B. Grayscale: #777777. Windows color (decimal): -7181452 or 7629714. OLE color: 7629714.

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

Color convert

RGB 146 107 116 -
CMYK 0 0.27 0.21 0.43
HSL 346.15º 0.15% 0.5% -
HSV(B) 346.15º 0.27% 0.57% -
XYZ 20.26 17.89 18.91 -
YUV 119.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 146 107 116 0 0.27 0.21 0.43 346.15 0.15 0.5
Hex 92 6B 74 0 1B 15 2B 15A F 32
Octal 222 153 164 0 33 25 53 532 17 62
Binary 10010010 1101011 1110100 0 11011 10101 101011 101011010 1111 110010

Color Harmonies of #926B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B74

Black with #926B74

Text Example


Text Example

White with #926B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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