Html Css Color HEX #925D66 Mauve Taupe

📋 copy color: '#925D66'

red 146 ◦ green 93 ◦ blue 102

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

Shades of Mauve Taupe #925D66

Tints of Mauve Taupe #925D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 42.82%
G = 27.27%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#925D66 (or 0x925D66) is known color: Mauve Taupe. HEX triplet: 92, 5D and 66. RGB value is (146,93,102). Sum of RGB (Red+Green+Blue) = 146+93+102=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D66 is #6DA299. Grayscale: #6D6D6D. Windows color (decimal): -7185050 or 6708626. OLE color: 6708626.

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

Color convert

RGB 146 93 102 -
CMYK 0 0.36 0.30 0.43
HSL 349.81º 0.22% 0.47% -
HSV(B) 349.81º 0.36% 0.57% -
XYZ 18.17 14.9 14.49 -
YUV 109.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 146 93 102 0 0.36 0.30 0.43 349.81 0.22 0.47
Hex 92 5D 66 0 24 1E 2B 15E 16 2F
Octal 222 135 146 0 44 36 53 536 26 57
Binary 10010010 1011101 1100110 0 100100 11110 101011 101011110 10110 101111

Color Harmonies of #925D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D66

Black with #925D66

Text Example


Text Example

White with #925D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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