Html Css Color HEX #925D68 Mauve Taupe

📋 copy color: '#925D68'

red 146 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #925D68

Tints of Mauve Taupe #925D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 42.57%
G = 27.11%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#925D68 (or 0x925D68) is known color: Mauve Taupe. HEX triplet: 92, 5D and 68. RGB value is (146,93,104). Sum of RGB (Red+Green+Blue) = 146+93+104=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #925D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D68 is #6DA297. Grayscale: #6E6E6E. Windows color (decimal): -7185048 or 6839698. OLE color: 6839698.

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

Color convert

RGB 146 93 104 -
CMYK 0 0.36 0.29 0.43
HSL 347.55º 0.22% 0.47% -
HSV(B) 347.55º 0.36% 0.57% -
XYZ 18.27 14.94 15.02 -
YUV 110.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 146 93 104 0 0.36 0.29 0.43 347.55 0.22 0.47
Hex 92 5D 68 0 24 1D 2B 15C 16 2F
Octal 222 135 150 0 44 35 53 534 26 57
Binary 10010010 1011101 1101000 0 100100 11101 101011 101011100 10110 101111

Color Harmonies of #925D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D68

Black with #925D68

Text Example


Text Example

White with #925D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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