Html Css Color HEX #926062 Mauve Taupe

📋 copy color: '#926062'

red 146 ◦ green 96 ◦ blue 98

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

Shades of Mauve Taupe #926062

Tints of Mauve Taupe #926062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 42.94%
G = 28.24%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#926062 (or 0x926062) is known color: Mauve Taupe. HEX triplet: 92, 60 and 62. RGB value is (146,96,98). Sum of RGB (Red+Green+Blue) = 146+96+98=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #926062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926062 is #6D9F9D. Grayscale: #6F6F6F. Windows color (decimal): -7184286 or 6447250. OLE color: 6447250.

HSL color Cylindrical-coordinate representation of color #926062: hue angle of 357.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926062 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 96 98 -
CMYK 0 0.34 0.33 0.43
HSL 357.6º 0.21% 0.47% -
HSV(B) 357.6º 0.34% 0.57% -
XYZ 18.24 15.36 13.56 -
YUV 111.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 146 96 98 0 0.34 0.33 0.43 357.6 0.21 0.47
Hex 92 60 62 0 22 21 2B 166 15 2F
Octal 222 140 142 0 42 41 53 546 25 57
Binary 10010010 1100000 1100010 0 100010 100001 101011 101100110 10101 101111

Color Harmonies of #926062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926062

Black with #926062

Text Example


Text Example

White with #926062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926062; }

 p { color: rgb(146,96,98); }

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

background-color css

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

 a { background-color: rgb(146,96,98); }

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

border-color css

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

 span { border-color: rgb(146,96,98); }

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