Html Css Color HEX #936769 Mauve Taupe

📋 copy color: '#936769'

red 147 ◦ green 103 ◦ blue 105

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

Shades of Mauve Taupe #936769

Tints of Mauve Taupe #936769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 41.41%
G = 29.01%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#936769 (or 0x936769) is known color: Mauve Taupe. HEX triplet: 93, 67 and 69. RGB value is (147,103,105). Sum of RGB (Red+Green+Blue) = 147+103+105=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936769 is #6C9896. Grayscale: #747474. Windows color (decimal): -7116951 or 6907795. OLE color: 6907795.

HSL color Cylindrical-coordinate representation of color #936769: hue angle of 357.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936769 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 103 105 -
CMYK 0 0.30 0.29 0.42
HSL 357.27º 0.18% 0.49% -
HSV(B) 357.27º 0.3% 0.58% -
XYZ 19.43 16.92 15.61 -
YUV 116.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 147 103 105 0 0.30 0.29 0.42 357.27 0.18 0.49
Hex 93 67 69 0 1E 1D 2A 165 12 31
Octal 223 147 151 0 36 35 52 545 22 61
Binary 10010011 1100111 1101001 0 11110 11101 101010 101100101 10010 110001

Color Harmonies of #936769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936769

Black with #936769

Text Example


Text Example

White with #936769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936769; }

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

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

background-color css

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

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

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

border-color css

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

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

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