Html Css Color HEX #935C67 Mauve Taupe

📋 copy color: '#935C67'

red 147 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #935C67

Tints of Mauve Taupe #935C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 42.98%
G = 26.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#935C67 (or 0x935C67) is known color: Mauve Taupe. HEX triplet: 93, 5C and 67. RGB value is (147,92,103). Sum of RGB (Red+Green+Blue) = 147+92+103=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #935C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C67 is #6CA398. Grayscale: #6D6D6D. Windows color (decimal): -7119769 or 6773907. OLE color: 6773907.

HSL color Cylindrical-coordinate representation of color #935C67: hue angle of 348º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C67 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 92 103 -
CMYK 0 0.37 0.30 0.42
HSL 348º 0.23% 0.47% -
HSV(B) 348º 0.37% 0.58% -
XYZ 18.31 14.84 14.73 -
YUV 109.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 147 92 103 0 0.37 0.30 0.42 348 0.23 0.47
Hex 93 5C 67 0 25 1E 2A 15C 17 2F
Octal 223 134 147 0 45 36 52 534 27 57
Binary 10010011 1011100 1100111 0 100101 11110 101010 101011100 10111 101111

Color Harmonies of #935C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C67

Black with #935C67

Text Example


Text Example

White with #935C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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