Html Css Color HEX #925A6B Mauve Taupe

📋 copy color: '#925A6B'

red 146 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #925A6B

Tints of Mauve Taupe #925A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 42.57%
G = 26.24%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#925A6B (or 0x925A6B) is known color: Mauve Taupe. HEX triplet: 92, 5A and 6B. RGB value is (146,90,107). Sum of RGB (Red+Green+Blue) = 146+90+107=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #925A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A6B is #6DA594. Grayscale: #6C6C6C. Windows color (decimal): -7185813 or 7035538. OLE color: 7035538.

HSL color Cylindrical-coordinate representation of color #925A6B: hue angle of 341.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A6B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 90 107 -
CMYK 0 0.38 0.27 0.43
HSL 341.79º 0.24% 0.46% -
HSV(B) 341.79º 0.38% 0.57% -
XYZ 18.16 14.48 15.75 -
YUV 108.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 146 90 107 0 0.38 0.27 0.43 341.79 0.24 0.46
Hex 92 5A 6B 0 26 1B 2B 156 18 2E
Octal 222 132 153 0 46 33 53 526 30 56
Binary 10010010 1011010 1101011 0 100110 11011 101011 101010110 11000 101110

Color Harmonies of #925A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A6B

Black with #925A6B

Text Example


Text Example

White with #925A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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