#95603D

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

Shades of Rope #95603D

Tints of Rope #95603D

Color information

#95603D (or 0x95603D) is unknown color: approx Rope. HEX triplet: 95, 60 and 3D. RGB value is (149,96,61). Sum of RGB (Red+Green+Blue) = 149+96+61=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95603D is #6A9FC2. Grayscale: #6C6C6C. Windows color (decimal): -6987715 or 4022421. OLE color: 4022421.

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

Color convert

RGB1499661-
CMYK00.360.590.42
HSL23.86º41.9%41.18%-
HSV(B)23.86º59.06%58.43%-
XYZ17.4215.096.41-
YUV107.86101.56157.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=48.69%
G=31.37%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149966100.360.590.4223.8641.941.18
Hex95603D0243B2A182a29
Octal225140750447352305251
Binary100101011100000111101010010011101110101011000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95603D; }

 p { color: rgb(149,96,61); }

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

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

 a { background-color: rgb(149,96,61); }

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

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

 span { border-color: rgb(149,96,61); }

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