#965639

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

Shades of Rope #965639

Tints of Rope #965639

Color information

#965639 (or 0x965639) is unknown color: approx Rope. HEX triplet: 96, 56 and 39. RGB value is (150,86,57). Sum of RGB (Red+Green+Blue) = 150+86+57=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965639 is #69A9C6. Grayscale: #666666. Windows color (decimal): -6924743 or 3757718. OLE color: 3757718.

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

Color convert

RGB1508657-
CMYK00.430.620.41
HSL18.71º44.93%40.59%-
HSV(B)18.71º62%58.82%-
XYZ16.6413.445.59-
YUV101.83102.7162.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=51.19%
G=29.35%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150865700.430.620.4118.7144.9340.59
Hex96563902B3E29132d29
Octal226126710537651235551
Binary100101101010110111001010101111111010100110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965639; }

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

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

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

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

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

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

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

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