Html Css Color HEX #8C6269 Mauve Taupe

📋 copy color: '#8C6269'

red 140 ◦ green 98 ◦ blue 105

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

Shades of Mauve Taupe #8C6269

Tints of Mauve Taupe #8C6269

RGB

 RED value IS 140 (55.08% from 255) = 40.82%

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 40.82%
G = 28.57%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C6269 (or 0x8C6269) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 69. RGB value is (140,98,105). Sum of RGB (Red+Green+Blue) = 140+98+105=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6269 is #739D96. Grayscale: #6F6F6F. Windows color (decimal): -7576983 or 6906508. OLE color: 6906508.

HSL color Cylindrical-coordinate representation of color #8C6269: hue angle of 350º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6269 is Cyan = 0, Magento = 0.3, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 105 -
CMYK 0 0.3 0.25 0.45
HSL 350º 0.18% 0.47% -
HSV(B) 350º 0.3% 0.55% -
XYZ 17.73 15.33 15.39 -
YUV 111.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 140 98 105 0 0.3 0.25 0.45 350 0.18 0.47
Hex 8C 62 69 0 1E 19 2D 15E 12 2F
Octal 214 142 151 0 36 31 55 536 22 57
Binary 10001100 1100010 1101001 0 11110 11001 101101 101011110 10010 101111

Color Harmonies of #8C6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6269

Black with #8C6269

Text Example


Text Example

White with #8C6269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6269; }

 p { color: rgb(140,98,105); }

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

background-color css

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

 a { background-color: rgb(140,98,105); }

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

border-color css

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

 span { border-color: rgb(140,98,105); }

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