#8B615B

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

Shades of Rose Taupe #8B615B

Tints of Rose Taupe #8B615B

Color information

#8B615B (or 0x8B615B) is unknown color: approx Rose Taupe. HEX triplet: 8B, 61 and 5B. RGB value is (139,97,91). Sum of RGB (Red+Green+Blue) = 139+97+91=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B615B is #749EA4. Grayscale: #6C6C6C. Windows color (decimal): -7642789 or 5988747. OLE color: 5988747.

HSL color Cylindrical-coordinate representation of color #8B615B: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B615B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1399791-
CMYK00.300.350.45
HSL7.5º20.87%45.1%-
HSV(B)7.5º34.53%54.51%-
XYZ16.8114.7911.87-
YUV108.87117.91149.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=42.51%
G=29.66%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139979100.300.350.457.520.8745.1
Hex8B615B01E232D8152d
Octal2131411330364355102555
Binary1000101111000011011011011110100011101101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,91); }

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

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

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

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

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

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

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