Html Css Color HEX #92666B Mauve Taupe

📋 copy color: '#92666B'

red 146 ◦ green 102 ◦ blue 107

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

Shades of Mauve Taupe #92666B

Tints of Mauve Taupe #92666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 41.13%
G = 28.73%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92666B (or 0x92666B) is known color: Mauve Taupe. HEX triplet: 92, 66 and 6B. RGB value is (146,102,107). Sum of RGB (Red+Green+Blue) = 146+102+107=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92666B is #6D9994. Grayscale: #737373. Windows color (decimal): -7182741 or 7038610. OLE color: 7038610.

HSL color Cylindrical-coordinate representation of color #92666B: hue angle of 353.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92666B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 107 -
CMYK 0 0.30 0.27 0.43
HSL 353.18º 0.18% 0.49% -
HSV(B) 353.18º 0.3% 0.57% -
XYZ 19.26 16.68 16.11 -
YUV 115.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 146 102 107 0 0.30 0.27 0.43 353.18 0.18 0.49
Hex 92 66 6B 0 1E 1B 2B 161 12 31
Octal 222 146 153 0 36 33 53 541 22 61
Binary 10010010 1100110 1101011 0 11110 11011 101011 101100001 10010 110001

Color Harmonies of #92666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92666B

Black with #92666B

Text Example


Text Example

White with #92666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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