Html Css Color HEX #926467 Mauve Taupe

📋 copy color: '#926467'

red 146 ◦ green 100 ◦ blue 103

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

Shades of Mauve Taupe #926467

Tints of Mauve Taupe #926467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

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

R = 41.83%
G = 28.65%
B = 29.51%

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

#926467 (or 0x926467) is known color: Mauve Taupe. HEX triplet: 92, 64 and 67. RGB value is (146,100,103). Sum of RGB (Red+Green+Blue) = 146+100+103=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926467 is #6D9B98. Grayscale: #727272. Windows color (decimal): -7183257 or 6775954. OLE color: 6775954.

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

Color convert

RGB 146 100 103 -
CMYK 0 0.32 0.29 0.43
HSL 356.09º 0.19% 0.48% -
HSV(B) 356.09º 0.32% 0.57% -
XYZ 18.86 16.2 14.97 -
YUV 114.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 146 100 103 0 0.32 0.29 0.43 356.09 0.19 0.48
Hex 92 64 67 0 20 1D 2B 164 13 30
Octal 222 144 147 0 40 35 53 544 23 60
Binary 10010010 1100100 1100111 0 100000 11101 101011 101100100 10011 110000

Color Harmonies of #926467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926467

Black with #926467

Text Example


Text Example

White with #926467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926467; }

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

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

background-color css

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

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

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

border-color css

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

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

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