#95563E

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

Shades of Rope #95563E

Tints of Rope #95563E

Color information

#95563E (or 0x95563E) is unknown color: approx Rope. HEX triplet: 95, 56 and 3E. RGB value is (149,86,62). Sum of RGB (Red+Green+Blue) = 149+86+62=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95563E is #6AA9C1. Grayscale: #666666. Windows color (decimal): -6990274 or 4085397. OLE color: 4085397.

HSL color Cylindrical-coordinate representation of color #95563E: hue angle of 16.55º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95563E is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1498662-
CMYK00.420.580.42
HSL16.55º41.23%41.37%-
HSV(B)16.55º58.39%58.43%-
XYZ16.5913.396.27-
YUV102.1105.37161.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=50.17%
G=28.96%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149866200.420.580.4216.5541.2341.37
Hex95563E02A3A2A112929
Octal225126760527252215151
Binary100101011010110111110010101011101010101010001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95563E; }

 p { color: rgb(149,86,62); }

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

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

 a { background-color: rgb(149,86,62); }

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

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

 span { border-color: rgb(149,86,62); }

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