#965739

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

Shades of Rope #965739

Tints of Rope #965739

Color information

#965739 (or 0x965739) is unknown color: approx Rope. HEX triplet: 96, 57 and 39. RGB value is (150,87,57). Sum of RGB (Red+Green+Blue) = 150+87+57=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965739 is #69A8C6. Grayscale: #666666. Windows color (decimal): -6924487 or 3757974. OLE color: 3757974.

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

Color convert

RGB1508757-
CMYK00.420.620.41
HSL19.35º44.93%40.59%-
HSV(B)19.35º62%58.82%-
XYZ16.7213.65.61-
YUV102.42102.37161.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=51.02%
G=29.59%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150875700.420.620.4119.3544.9340.59
Hex96573902A3E29132d29
Octal226127710527651235551
Binary100101101010111111001010101011111010100110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965739; }

 p { color: rgb(150,87,57); }

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

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

 a { background-color: rgb(150,87,57); }

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

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

 span { border-color: rgb(150,87,57); }

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