Html Css Color HEX #905F66 Mauve Taupe

📋 copy color: '#905F66'

red 144 ◦ green 95 ◦ blue 102

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

Shades of Mauve Taupe #905F66

Tints of Mauve Taupe #905F66

RGB

 RED value IS 144 (56.64% from 255) = 42.23%

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 42.23%
G = 27.86%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#905F66 (or 0x905F66) is known color: Mauve Taupe. HEX triplet: 90, 5F and 66. RGB value is (144,95,102). Sum of RGB (Red+Green+Blue) = 144+95+102=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #905F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F66 is #6FA099. Grayscale: #6E6E6E. Windows color (decimal): -7315610 or 6709136. OLE color: 6709136.

HSL color Cylindrical-coordinate representation of color #905F66: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F66 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 95 102 -
CMYK 0 0.34 0.29 0.44
HSL 351.43º 0.21% 0.47% -
HSV(B) 351.43º 0.34% 0.56% -
XYZ 17.99 15.07 14.53 -
YUV 110.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 144 95 102 0 0.34 0.29 0.44 351.43 0.21 0.47
Hex 90 5F 66 0 22 1D 2C 15F 15 2F
Octal 220 137 146 0 42 35 54 537 25 57
Binary 10010000 1011111 1100110 0 100010 11101 101100 101011111 10101 101111

Color Harmonies of #905F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905F66

Black with #905F66

Text Example


Text Example

White with #905F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905F66; }

 p { color: rgb(144,95,102); }

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

background-color css

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

 a { background-color: rgb(144,95,102); }

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

border-color css

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

 span { border-color: rgb(144,95,102); }

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