Html Css Color HEX #925E69 Mauve Taupe

📋 copy color: '#925E69'

red 146 ◦ green 94 ◦ blue 105

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

Shades of Mauve Taupe #925E69

Tints of Mauve Taupe #925E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 42.32%
G = 27.25%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#925E69 (or 0x925E69) is known color: Mauve Taupe. HEX triplet: 92, 5E and 69. RGB value is (146,94,105). Sum of RGB (Red+Green+Blue) = 146+94+105=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E69 is #6DA196. Grayscale: #6E6E6E. Windows color (decimal): -7184791 or 6905490. OLE color: 6905490.

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

Color convert

RGB 146 94 105 -
CMYK 0 0.36 0.28 0.43
HSL 347.31º 0.22% 0.47% -
HSV(B) 347.31º 0.36% 0.57% -
XYZ 18.41 15.14 15.32 -
YUV 110.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 146 94 105 0 0.36 0.28 0.43 347.31 0.22 0.47
Hex 92 5E 69 0 24 1C 2B 15B 16 2F
Octal 222 136 151 0 44 34 53 533 26 57
Binary 10010010 1011110 1101001 0 100100 11100 101011 101011011 10110 101111

Color Harmonies of #925E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E69

Black with #925E69

Text Example


Text Example

White with #925E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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