#956142

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

Shades of Rope #956142

Tints of Rope #956142

Color information

#956142 (or 0x956142) is unknown color: approx Rope. HEX triplet: 95, 61 and 42. RGB value is (149,97,66). Sum of RGB (Red+Green+Blue) = 149+97+66=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956142 is #6A9EBD. Grayscale: #6D6D6D. Windows color (decimal): -6987454 or 4350357. OLE color: 4350357.

HSL color Cylindrical-coordinate representation of color #956142: hue angle of 22.41º 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 #956142 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1499766-
CMYK00.350.560.42
HSL22.41º38.6%42.16%-
HSV(B)22.41º55.7%58.43%-
XYZ17.6515.337.18-
YUV109.01103.73156.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=47.76%
G=31.09%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149976600.350.560.4222.4138.642.16
Hex956142023382A16272a
Octal2251411020437052264752
Binary1001010111000011000010010001111100010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956142; }

 p { color: rgb(149,97,66); }

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

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

 a { background-color: rgb(149,97,66); }

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

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

 span { border-color: rgb(149,97,66); }

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