Html Css Color HEX #916667 Mauve Taupe

📋 copy color: '#916667'

red 145 ◦ green 102 ◦ blue 103

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

Shades of Mauve Taupe #916667

Tints of Mauve Taupe #916667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 41.43%
G = 29.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#916667 (or 0x916667) is known color: Mauve Taupe. HEX triplet: 91, 66 and 67. RGB value is (145,102,103). Sum of RGB (Red+Green+Blue) = 145+102+103=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #916667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916667 is #6E9998. Grayscale: #737373. Windows color (decimal): -7248281 or 6776465. OLE color: 6776465.

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

Color convert

RGB 145 102 103 -
CMYK 0 0.30 0.29 0.43
HSL 358.6º 0.17% 0.48% -
HSV(B) 358.6º 0.3% 0.57% -
XYZ 18.88 16.5 15.02 -
YUV 114.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 145 102 103 0 0.30 0.29 0.43 358.6 0.17 0.48
Hex 91 66 67 0 1E 1D 2B 167 11 30
Octal 221 146 147 0 36 35 53 547 21 60
Binary 10010001 1100110 1100111 0 11110 11101 101011 101100111 10001 110000

Color Harmonies of #916667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916667

Black with #916667

Text Example


Text Example

White with #916667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916667; }

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

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

background-color css

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

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

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

border-color css

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

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

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