Html Css Color HEX #925A6A Mauve Taupe

📋 copy color: '#925A6A'

red 146 ◦ green 90 ◦ blue 106

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

Shades of Mauve Taupe #925A6A

Tints of Mauve Taupe #925A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 42.69%
G = 26.32%
B = 30.99%

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

#925A6A (or 0x925A6A) is known color: Mauve Taupe. HEX triplet: 92, 5A and 6A. RGB value is (146,90,106). Sum of RGB (Red+Green+Blue) = 146+90+106=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #925A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A6A is #6DA595. Grayscale: #6C6C6C. Windows color (decimal): -7185814 or 6970002. OLE color: 6970002.

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

Color convert

RGB 146 90 106 -
CMYK 0 0.38 0.27 0.43
HSL 342.86º 0.24% 0.46% -
HSV(B) 342.86º 0.38% 0.57% -
XYZ 18.11 14.46 15.47 -
YUV 108.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 146 90 106 0 0.38 0.27 0.43 342.86 0.24 0.46
Hex 92 5A 6A 0 26 1B 2B 157 18 2E
Octal 222 132 152 0 46 33 53 527 30 56
Binary 10010010 1011010 1101010 0 100110 11011 101011 101010111 11000 101110

Color Harmonies of #925A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A6A

Black with #925A6A

Text Example


Text Example

White with #925A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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