Html Css Color HEX #926C75 Mauve Taupe

📋 copy color: '#926C75'

red 146 ◦ green 108 ◦ blue 117

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

Shades of Mauve Taupe #926C75

Tints of Mauve Taupe #926C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 39.35%
G = 29.11%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926C75 (or 0x926C75) is known color: Mauve Taupe. HEX triplet: 92, 6C and 75. RGB value is (146,108,117). Sum of RGB (Red+Green+Blue) = 146+108+117=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C75 is #6D938A. Grayscale: #787878. Windows color (decimal): -7181195 or 7695506. OLE color: 7695506.

HSL color Cylindrical-coordinate representation of color #926C75: hue angle of 345.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #926C75 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 108 117 -
CMYK 0 0.26 0.20 0.43
HSL 345.79º 0.15% 0.5% -
HSV(B) 345.79º 0.26% 0.57% -
XYZ 20.43 18.12 19.25 -
YUV 120.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 146 108 117 0 0.26 0.20 0.43 345.79 0.15 0.5
Hex 92 6C 75 0 1A 14 2B 15A F 32
Octal 222 154 165 0 32 24 53 532 17 62
Binary 10010010 1101100 1110101 0 11010 10100 101011 101011010 1111 110010

Color Harmonies of #926C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C75

Black with #926C75

Text Example


Text Example

White with #926C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926C75; }

 p { color: rgb(146,108,117); }

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

background-color css

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

 a { background-color: rgb(146,108,117); }

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

border-color css

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

 span { border-color: rgb(146,108,117); }

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