Html Css Color HEX #8C6260 Rose Taupe

📋 copy color: '#8C6260'

red 140 ◦ green 98 ◦ blue 96

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

Shades of Rose Taupe #8C6260

Tints of Rose Taupe #8C6260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 41.92%
G = 29.34%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6260 (or 0x8C6260) is known color: Rose Taupe. HEX triplet: 8C, 62 and 60. RGB value is (140,98,96). Sum of RGB (Red+Green+Blue) = 140+98+96=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6260 is #739D9F. Grayscale: #6E6E6E. Windows color (decimal): -7576992 or 6316684. OLE color: 6316684.

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

Color convert

RGB 140 98 96 -
CMYK 0 0.3 0.31 0.45
HSL 2.73º 0.19% 0.46% -
HSV(B) 2.73º 0.31% 0.55% -
XYZ 17.29 15.16 13.08 -
YUV 110.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 140 98 96 0 0.3 0.31 0.45 2.73 0.19 0.46
Hex 8C 62 60 0 1E 1F 2D 3 13 2E
Octal 214 142 140 0 36 37 55 3 23 56
Binary 10001100 1100010 1100000 0 11110 11111 101101 11 10011 101110

Color Harmonies of #8C6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6260

Black with #8C6260

Text Example


Text Example

White with #8C6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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