#915E3C

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

Shades of Rope #915E3C

Tints of Rope #915E3C

Color information

#915E3C (or 0x915E3C) is unknown color: approx Rope. HEX triplet: 91, 5E and 3C. RGB value is (145,94,60). Sum of RGB (Red+Green+Blue) = 145+94+60=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #915E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E3C is #6EA1C3. Grayscale: #696969. Windows color (decimal): -7250372 or 3956369. OLE color: 3956369.

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

Color convert

RGB1459460-
CMYK00.350.590.43
HSL24º41.46%40.2%-
HSV(B)24º58.62%56.86%-
XYZ16.514.356.18-
YUV105.37102.4156.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=48.49%
G=31.44%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145946000.350.590.432441.4640.2
Hex915E3C0233B2B182928
Octal221136740437353305150
Binary100100011011110111100010001111101110101111000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915E3C; }

 p { color: rgb(145,94,60); }

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

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

 a { background-color: rgb(145,94,60); }

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

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

 span { border-color: rgb(145,94,60); }

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