Html Css Color HEX #936469 Mauve Taupe

📋 copy color: '#936469'

red 147 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #936469

Tints of Mauve Taupe #936469

RGB

 RED value IS 147 (57.81% from 255) = 41.76%

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

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

R = 41.76%
G = 28.41%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#936469 (or 0x936469) is known color: Mauve Taupe. HEX triplet: 93, 64 and 69. RGB value is (147,100,105). Sum of RGB (Red+Green+Blue) = 147+100+105=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #936469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936469 is #6C9B96. Grayscale: #727272. Windows color (decimal): -7117719 or 6907027. OLE color: 6907027.

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

Color convert

RGB 147 100 105 -
CMYK 0 0.32 0.29 0.42
HSL 353.62º 0.19% 0.48% -
HSV(B) 353.62º 0.32% 0.58% -
XYZ 19.14 16.34 15.51 -
YUV 114.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 147 100 105 0 0.32 0.29 0.42 353.62 0.19 0.48
Hex 93 64 69 0 20 1D 2A 162 13 30
Octal 223 144 151 0 40 35 52 542 23 60
Binary 10010011 1100100 1101001 0 100000 11101 101010 101100010 10011 110000

Color Harmonies of #936469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936469

Black with #936469

Text Example


Text Example

White with #936469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936469; }

 p { color: rgb(147,100,105); }

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

background-color css

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

 a { background-color: rgb(147,100,105); }

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

border-color css

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

 span { border-color: rgb(147,100,105); }

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