Html Css Color HEX #925D6A Mauve Taupe

📋 copy color: '#925D6A'

red 146 ◦ green 93 ◦ blue 106

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

Shades of Mauve Taupe #925D6A

Tints of Mauve Taupe #925D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 42.32%
G = 26.96%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#925D6A (or 0x925D6A) is known color: Mauve Taupe. HEX triplet: 92, 5D and 6A. RGB value is (146,93,106). Sum of RGB (Red+Green+Blue) = 146+93+106=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D6A is #6DA295. Grayscale: #6E6E6E. Windows color (decimal): -7185046 or 6970770. OLE color: 6970770.

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

Color convert

RGB 146 93 106 -
CMYK 0 0.36 0.27 0.43
HSL 345.28º 0.22% 0.47% -
HSV(B) 345.28º 0.36% 0.57% -
XYZ 18.37 14.98 15.56 -
YUV 110.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 146 93 106 0 0.36 0.27 0.43 345.28 0.22 0.47
Hex 92 5D 6A 0 24 1B 2B 159 16 2F
Octal 222 135 152 0 44 33 53 531 26 57
Binary 10010010 1011101 1101010 0 100100 11011 101011 101011001 10110 101111

Color Harmonies of #925D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D6A

Black with #925D6A

Text Example


Text Example

White with #925D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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