#8B6060

Color #8B6060 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #8B6060

Tints of Rose Taupe #8B6060

Color information

#8B6060 (or 0x8B6060) is unknown color: approx Rose Taupe. HEX triplet: 8B, 60 and 60. RGB value is (139,96,96). Sum of RGB (Red+Green+Blue) = 139+96+96=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6060 is #749F9F. Grayscale: #6C6C6C. Windows color (decimal): -7643040 or 6316171. OLE color: 6316171.

HSL color Cylindrical-coordinate representation of color #8B6060: hue angle of 0º degrees, saturation: 0.18, 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 #8B6060 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1399696-
CMYK00.310.310.45
HSL18.3%46.08%-
HSV(B)30.94%54.51%-
XYZ16.9414.713.01-
YUV108.86120.75149.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=41.99%
G=29.00%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139969600.310.310.45018.346.08
Hex8B606001F1F2D0122e
Octal213140140037375502256
Binary100010111100000110000001111111111101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,96); }

 H1.HeaderClassName
 {
   color: #8B6060;
 }
 .AnyTagClassName
 {
   color: #8B6060;
 }
</style>
background-color css

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

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

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

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

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

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