#956041

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

Shades of Rope #956041

Tints of Rope #956041

Color information

#956041 (or 0x956041) is unknown color: approx Rope. HEX triplet: 95, 60 and 41. RGB value is (149,96,65). Sum of RGB (Red+Green+Blue) = 149+96+65=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #956041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956041 is #6A9FBE. Grayscale: #6C6C6C. Windows color (decimal): -6987711 or 4284565. OLE color: 4284565.

HSL color Cylindrical-coordinate representation of color #956041: hue angle of 22.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956041 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1499665-
CMYK00.360.560.42
HSL22.14º39.25%41.96%-
HSV(B)22.14º56.38%58.43%-
XYZ17.5315.147-
YUV108.31103.56157.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=48.06%
G=30.97%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149966500.360.560.4222.1439.2541.96
Hex956041024382A16272a
Octal2251401010447052264752
Binary1001010111000001000001010010011100010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956041; }

 p { color: rgb(149,96,65); }

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

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

 a { background-color: rgb(149,96,65); }

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

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

 span { border-color: rgb(149,96,65); }

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