Html Css Color HEX #905C67 Mauve Taupe

📋 copy color: '#905C67'

red 144 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #905C67

Tints of Mauve Taupe #905C67

RGB

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

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

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

R = 42.48%
G = 27.14%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#905C67 (or 0x905C67) is known color: Mauve Taupe. HEX triplet: 90, 5C and 67. RGB value is (144,92,103). Sum of RGB (Red+Green+Blue) = 144+92+103=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C67 is #6FA398. Grayscale: #6C6C6C. Windows color (decimal): -7316377 or 6773904. OLE color: 6773904.

HSL color Cylindrical-coordinate representation of color #905C67: hue angle of 347.31º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C67 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 92 103 -
CMYK 0 0.36 0.28 0.44
HSL 347.31º 0.22% 0.46% -
HSV(B) 347.31º 0.36% 0.56% -
XYZ 17.78 14.56 14.71 -
YUV 108.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 144 92 103 0 0.36 0.28 0.44 347.31 0.22 0.46
Hex 90 5C 67 0 24 1C 2C 15B 16 2E
Octal 220 134 147 0 44 34 54 533 26 56
Binary 10010000 1011100 1100111 0 100100 11100 101100 101011011 10110 101110

Color Harmonies of #905C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905C67

Black with #905C67

Text Example


Text Example

White with #905C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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