#915742

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

Shades of Rope #915742

Tints of Rope #915742

Color information

#915742 (or 0x915742) is unknown color: approx Rope. HEX triplet: 91, 57 and 42. RGB value is (145,87,66). Sum of RGB (Red+Green+Blue) = 145+87+66=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #915742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915742 is #6EA8BD. Grayscale: #666666. Windows color (decimal): -7252158 or 4347793. OLE color: 4347793.

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

Color convert

RGB1458766-
CMYK00.40.540.43
HSL15.95º37.44%41.37%-
HSV(B)15.95º54.48%56.86%-
XYZ16.0713.236.86-
YUV101.95107.72158.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=48.66%
G=29.19%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145876600.40.540.4315.9537.4441.37
Hex915742028362B102529
Octal2211271020506653204551
Binary1001000110101111000010010100011011010101110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915742; }

 p { color: rgb(145,87,66); }

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

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

 a { background-color: rgb(145,87,66); }

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

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

 span { border-color: rgb(145,87,66); }

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