Html Css Color HEX #926369 Mauve Taupe

📋 copy color: '#926369'

red 146 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #926369

Tints of Mauve Taupe #926369

RGB

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

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

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

R = 41.71%
G = 28.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#926369 (or 0x926369) is known color: Mauve Taupe. HEX triplet: 92, 63 and 69. RGB value is (146,99,105). Sum of RGB (Red+Green+Blue) = 146+99+105=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926369 is #6D9C96. Grayscale: #717171. Windows color (decimal): -7183511 or 6906770. OLE color: 6906770.

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

Color convert

RGB 146 99 105 -
CMYK 0 0.32 0.28 0.43
HSL 352.34º 0.19% 0.48% -
HSV(B) 352.34º 0.32% 0.57% -
XYZ 18.87 16.05 15.47 -
YUV 113.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 146 99 105 0 0.32 0.28 0.43 352.34 0.19 0.48
Hex 92 63 69 0 20 1C 2B 160 13 30
Octal 222 143 151 0 40 34 53 540 23 60
Binary 10010010 1100011 1101001 0 100000 11100 101011 101100000 10011 110000

Color Harmonies of #926369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926369

Black with #926369

Text Example


Text Example

White with #926369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926369; }

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

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

background-color css

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

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

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

border-color css

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

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

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