Html Css Color HEX #926269 Mauve Taupe

📋 copy color: '#926269'

red 146 ◦ green 98 ◦ blue 105

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

Shades of Mauve Taupe #926269

Tints of Mauve Taupe #926269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 41.83%
G = 28.08%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#926269 (or 0x926269) is known color: Mauve Taupe. HEX triplet: 92, 62 and 69. RGB value is (146,98,105). Sum of RGB (Red+Green+Blue) = 146+98+105=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926269 is #6D9D96. Grayscale: #717171. Windows color (decimal): -7183767 or 6906514. OLE color: 6906514.

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

Color convert

RGB 146 98 105 -
CMYK 0 0.33 0.28 0.43
HSL 351.25º 0.2% 0.48% -
HSV(B) 351.25º 0.33% 0.57% -
XYZ 18.77 15.87 15.44 -
YUV 113.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 146 98 105 0 0.33 0.28 0.43 351.25 0.2 0.48
Hex 92 62 69 0 21 1C 2B 15F 14 30
Octal 222 142 151 0 41 34 53 537 24 60
Binary 10010010 1100010 1101001 0 100001 11100 101011 101011111 10100 110000

Color Harmonies of #926269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926269

Black with #926269

Text Example


Text Example

White with #926269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926269; }

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

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

background-color css

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

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

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

border-color css

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

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

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