Html Css Color HEX #936067 Mauve Taupe

📋 copy color: '#936067'

red 147 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #936067

Tints of Mauve Taupe #936067

RGB

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

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

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

R = 42.49%
G = 27.75%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#936067 (or 0x936067) is known color: Mauve Taupe. HEX triplet: 93, 60 and 67. RGB value is (147,96,103). Sum of RGB (Red+Green+Blue) = 147+96+103=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936067 is #6C9F98. Grayscale: #707070. Windows color (decimal): -7118745 or 6774931. OLE color: 6774931.

HSL color Cylindrical-coordinate representation of color #936067: hue angle of 351.76º 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 #936067 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 103 -
CMYK 0 0.35 0.30 0.42
HSL 351.76º 0.21% 0.48% -
HSV(B) 351.76º 0.35% 0.58% -
XYZ 18.66 15.55 14.85 -
YUV 112.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 147 96 103 0 0.35 0.30 0.42 351.76 0.21 0.48
Hex 93 60 67 0 23 1E 2A 160 15 30
Octal 223 140 147 0 43 36 52 540 25 60
Binary 10010011 1100000 1100111 0 100011 11110 101010 101100000 10101 110000

Color Harmonies of #936067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936067

Black with #936067

Text Example


Text Example

White with #936067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936067; }

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

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

background-color css

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

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

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

border-color css

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

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

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