Html Css Color HEX #925869 Mauve Taupe

📋 copy color: '#925869'

red 146 ◦ green 88 ◦ blue 105

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

Shades of Mauve Taupe #925869

Tints of Mauve Taupe #925869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 43.07%
G = 25.96%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#925869 (or 0x925869) is known color: Mauve Taupe. HEX triplet: 92, 58 and 69. RGB value is (146,88,105). Sum of RGB (Red+Green+Blue) = 146+88+105=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #925869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925869 is #6DA796. Grayscale: #6B6B6B. Windows color (decimal): -7186327 or 6903954. OLE color: 6903954.

HSL color Cylindrical-coordinate representation of color #925869: hue angle of 342.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925869 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 105 -
CMYK 0 0.40 0.28 0.43
HSL 342.41º 0.25% 0.46% -
HSV(B) 342.41º 0.4% 0.57% -
XYZ 17.89 14.11 15.15 -
YUV 107.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 146 88 105 0 0.40 0.28 0.43 342.41 0.25 0.46
Hex 92 58 69 0 28 1C 2B 156 19 2E
Octal 222 130 151 0 50 34 53 526 31 56
Binary 10010010 1011000 1101001 0 101000 11100 101011 101010110 11001 101110

Color Harmonies of #925869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925869

Black with #925869

Text Example


Text Example

White with #925869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925869; }

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

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

background-color css

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

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

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

border-color css

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

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

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