#96583A

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

Shades of Rope #96583A

Tints of Rope #96583A

Color information

#96583A (or 0x96583A) is unknown color: approx Rope. HEX triplet: 96, 58 and 3A. RGB value is (150,88,58). Sum of RGB (Red+Green+Blue) = 150+88+58=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96583A is #69A7C5. Grayscale: #676767. Windows color (decimal): -6924230 or 3823766. OLE color: 3823766.

HSL color Cylindrical-coordinate representation of color #96583A: hue angle of 19.57º 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 #96583A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1508858-
CMYK00.410.610.41
HSL19.57º44.23%40.78%-
HSV(B)19.57º61.33%58.82%-
XYZ16.8313.775.77-
YUV103.12102.54161.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=50.68%
G=29.73%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150885800.410.610.4119.5744.2340.78
Hex96583A0293D29142c29
Octal226130720517551245451
Binary100101101011000111010010100111110110100110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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