#966141

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

Shades of Rope #966141

Tints of Rope #966141

Color information

#966141 (or 0x966141) is unknown color: approx Rope. HEX triplet: 96, 61 and 41. RGB value is (150,97,65). Sum of RGB (Red+Green+Blue) = 150+97+65=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966141 is #699EBE. Grayscale: #6D6D6D. Windows color (decimal): -6921919 or 4284822. OLE color: 4284822.

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

Color convert

RGB1509765-
CMYK00.350.570.41
HSL22.59º39.53%42.16%-
HSV(B)22.59º56.67%58.82%-
XYZ17.8115.427.04-
YUV109.2103.06157.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=48.08%
G=31.09%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150976500.350.570.4122.5939.5342.16
Hex966141023392917282a
Octal2261411010437151275052
Binary1001011011000011000001010001111100110100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966141; }

 p { color: rgb(150,97,65); }

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

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

 a { background-color: rgb(150,97,65); }

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

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

 span { border-color: rgb(150,97,65); }

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