Html Css Color HEX #926367 Mauve Taupe

📋 copy color: '#926367'

red 146 ◦ green 99 ◦ blue 103

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

Shades of Mauve Taupe #926367

Tints of Mauve Taupe #926367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 41.95%
G = 28.45%
B = 29.6%

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

#926367 (or 0x926367) is known color: Mauve Taupe. HEX triplet: 92, 63 and 67. RGB value is (146,99,103). Sum of RGB (Red+Green+Blue) = 146+99+103=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926367 is #6D9C98. Grayscale: #717171. Windows color (decimal): -7183513 or 6775698. OLE color: 6775698.

HSL color Cylindrical-coordinate representation of color #926367: hue angle of 354.89º 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 #926367 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 103 -
CMYK 0 0.32 0.29 0.43
HSL 354.89º 0.19% 0.48% -
HSV(B) 354.89º 0.32% 0.57% -
XYZ 18.76 16.01 14.93 -
YUV 113.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 146 99 103 0 0.32 0.29 0.43 354.89 0.19 0.48
Hex 92 63 67 0 20 1D 2B 163 13 30
Octal 222 143 147 0 40 35 53 543 23 60
Binary 10010010 1100011 1100111 0 100000 11101 101011 101100011 10011 110000

Color Harmonies of #926367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926367

Black with #926367

Text Example


Text Example

White with #926367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926367; }

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

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

background-color css

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

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

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

border-color css

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

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

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