Html Css Color HEX #936075 Mauve Taupe

📋 copy color: '#936075'

red 147 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #936075

Tints of Mauve Taupe #936075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 40.83%
G = 26.67%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#936075 (or 0x936075) is known color: Mauve Taupe. HEX triplet: 93, 60 and 75. RGB value is (147,96,117). Sum of RGB (Red+Green+Blue) = 147+96+117=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936075 is #6C9F8A. Grayscale: #717171. Windows color (decimal): -7118731 or 7692435. OLE color: 7692435.

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

Color convert

RGB 147 96 117 -
CMYK 0 0.35 0.20 0.42
HSL 335.29º 0.21% 0.48% -
HSV(B) 335.29º 0.35% 0.58% -
XYZ 19.43 15.85 18.87 -
YUV 113.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 147 96 117 0 0.35 0.20 0.42 335.29 0.21 0.48
Hex 93 60 75 0 23 14 2A 14F 15 30
Octal 223 140 165 0 43 24 52 517 25 60
Binary 10010011 1100000 1110101 0 100011 10100 101010 101001111 10101 110000

Color Harmonies of #936075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936075

Black with #936075

Text Example


Text Example

White with #936075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936075; }

 p { color: rgb(147,96,117); }

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

background-color css

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

 a { background-color: rgb(147,96,117); }

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

border-color css

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

 span { border-color: rgb(147,96,117); }

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