#956340

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

Shades of Rope #956340

Tints of Rope #956340

Color information

#956340 (or 0x956340) is unknown color: approx Rope. HEX triplet: 95, 63 and 40. RGB value is (149,99,64). Sum of RGB (Red+Green+Blue) = 149+99+64=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956340 is #6A9CBF. Grayscale: #6E6E6E. Windows color (decimal): -6986944 or 4219797. OLE color: 4219797.

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

Color convert

RGB1499964-
CMYK00.340.570.42
HSL24.71º39.91%41.76%-
HSV(B)24.71º57.05%58.43%-
XYZ17.7815.686.94-
YUV109.96102.06155.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=47.76%
G=31.73%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149996400.340.570.4224.7139.9141.76
Hex956340022392A19282a
Octal2251431000427152315052
Binary1001010111000111000000010001011100110101011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956340; }

 p { color: rgb(149,99,64); }

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

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

 a { background-color: rgb(149,99,64); }

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

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

 span { border-color: rgb(149,99,64); }

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