Html Css Color HEX #916768 Mauve Taupe

📋 copy color: '#916768'

red 145 ◦ green 103 ◦ blue 104

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

Shades of Mauve Taupe #916768

Tints of Mauve Taupe #916768

RGB

 RED value IS 145 (57.03% from 255) = 41.19%

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 41.19%
G = 29.26%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916768 (or 0x916768) is known color: Mauve Taupe. HEX triplet: 91, 67 and 68. RGB value is (145,103,104). Sum of RGB (Red+Green+Blue) = 145+103+104=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916768 is #6E9897. Grayscale: #737373. Windows color (decimal): -7248024 or 6842257. OLE color: 6842257.

HSL color Cylindrical-coordinate representation of color #916768: hue angle of 358.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916768 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 103 104 -
CMYK 0 0.29 0.28 0.43
HSL 358.57º 0.17% 0.49% -
HSV(B) 358.57º 0.29% 0.57% -
XYZ 19.03 16.72 15.32 -
YUV 115.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 145 103 104 0 0.29 0.28 0.43 358.57 0.17 0.49
Hex 91 67 68 0 1D 1C 2B 167 11 31
Octal 221 147 150 0 35 34 53 547 21 61
Binary 10010001 1100111 1101000 0 11101 11100 101011 101100111 10001 110001

Color Harmonies of #916768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916768

Black with #916768

Text Example


Text Example

White with #916768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916768; }

 p { color: rgb(145,103,104); }

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

background-color css

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

 a { background-color: rgb(145,103,104); }

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

border-color css

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

 span { border-color: rgb(145,103,104); }

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