Html Css Color HEX #926368 Mauve Taupe

📋 copy color: '#926368'

red 146 ◦ green 99 ◦ blue 104

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

Shades of Mauve Taupe #926368

Tints of Mauve Taupe #926368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 41.83%
G = 28.37%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926368 (or 0x926368) is known color: Mauve Taupe. HEX triplet: 92, 63 and 68. RGB value is (146,99,104). Sum of RGB (Red+Green+Blue) = 146+99+104=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926368 is #6D9C97. Grayscale: #717171. Windows color (decimal): -7183512 or 6841234. OLE color: 6841234.

HSL color Cylindrical-coordinate representation of color #926368: hue angle of 353.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926368 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 104 -
CMYK 0 0.32 0.29 0.43
HSL 353.62º 0.19% 0.48% -
HSV(B) 353.62º 0.32% 0.57% -
XYZ 18.81 16.03 15.2 -
YUV 113.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 146 99 104 0 0.32 0.29 0.43 353.62 0.19 0.48
Hex 92 63 68 0 20 1D 2B 162 13 30
Octal 222 143 150 0 40 35 53 542 23 60
Binary 10010010 1100011 1101000 0 100000 11101 101011 101100010 10011 110000

Color Harmonies of #926368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926368

Black with #926368

Text Example


Text Example

White with #926368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926368; }

 p { color: rgb(146,99,104); }

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

background-color css

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

 a { background-color: rgb(146,99,104); }

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

border-color css

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

 span { border-color: rgb(146,99,104); }

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