#96563A

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

Shades of Rope #96563A

Tints of Rope #96563A

Color information

#96563A (or 0x96563A) is unknown color: approx Rope. HEX triplet: 96, 56 and 3A. RGB value is (150,86,58). Sum of RGB (Red+Green+Blue) = 150+86+58=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96563A is #69A9C5. Grayscale: #666666. Windows color (decimal): -6924742 or 3823254. OLE color: 3823254.

HSL color Cylindrical-coordinate representation of color #96563A: hue angle of 18.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96563A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1508658-
CMYK00.430.610.41
HSL18.26º44.23%40.78%-
HSV(B)18.26º61.33%58.82%-
XYZ16.6713.455.72-
YUV101.94103.2162.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=51.02%
G=29.25%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150865800.430.610.4118.2644.2340.78
Hex96563A02B3D29122c29
Octal226126720537551225451
Binary100101101010110111010010101111110110100110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96563A; }

 p { color: rgb(150,86,58); }

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

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

 a { background-color: rgb(150,86,58); }

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

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

 span { border-color: rgb(150,86,58); }

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