Html Css Color HEX #925C69 Mauve Taupe

📋 copy color: '#925C69'

red 146 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #925C69

Tints of Mauve Taupe #925C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 42.57%
G = 26.82%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#925C69 (or 0x925C69) is known color: Mauve Taupe. HEX triplet: 92, 5C and 69. RGB value is (146,92,105). Sum of RGB (Red+Green+Blue) = 146+92+105=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #925C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C69 is #6DA396. Grayscale: #6D6D6D. Windows color (decimal): -7185303 or 6904978. OLE color: 6904978.

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

Color convert

RGB 146 92 105 -
CMYK 0 0.37 0.28 0.43
HSL 345.56º 0.23% 0.47% -
HSV(B) 345.56º 0.37% 0.57% -
XYZ 18.23 14.79 15.26 -
YUV 109.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 146 92 105 0 0.37 0.28 0.43 345.56 0.23 0.47
Hex 92 5C 69 0 25 1C 2B 15A 17 2F
Octal 222 134 151 0 45 34 53 532 27 57
Binary 10010010 1011100 1101001 0 100101 11100 101011 101011010 10111 101111

Color Harmonies of #925C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C69

Black with #925C69

Text Example


Text Example

White with #925C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,92,105); }

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

background-color css

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

 a { background-color: rgb(146,92,105); }

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

border-color css

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

 span { border-color: rgb(146,92,105); }

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