#915540

Color #915540 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #915540

Tints of Rope #915540

Color information

#915540 (or 0x915540) is unknown color: approx Rope. HEX triplet: 91, 55 and 40. RGB value is (145,85,64). Sum of RGB (Red+Green+Blue) = 145+85+64=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #915540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915540 is #6EAABF. Grayscale: #646464. Windows color (decimal): -7252672 or 4216209. OLE color: 4216209.

HSL color Cylindrical-coordinate representation of color #915540: hue angle of 15.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915540 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1458564-
CMYK00.410.560.43
HSL15.56º38.76%40.98%-
HSV(B)15.56º55.86%56.86%-
XYZ15.8512.896.5-
YUV100.55107.38159.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.32%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=49.32%
G=28.91%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145856400.410.560.4315.5638.7640.98
Hex915540029382B102729
Octal2211251000517053204751
Binary1001000110101011000000010100111100010101110000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915540; }

 p { color: rgb(145,85,64); }

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

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

 a { background-color: rgb(145,85,64); }

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

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

 span { border-color: rgb(145,85,64); }

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