#936242

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

Shades of Rope #936242

Tints of Rope #936242

Color information

#936242 (or 0x936242) is unknown color: approx Rope. HEX triplet: 93, 62 and 42. RGB value is (147,98,66). Sum of RGB (Red+Green+Blue) = 147+98+66=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #936242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936242 is #6C9DBD. Grayscale: #6D6D6D. Windows color (decimal): -7118270 or 4350611. OLE color: 4350611.

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

Color convert

RGB1479866-
CMYK00.330.550.42
HSL23.7º38.03%41.76%-
HSV(B)23.7º55.1%57.65%-
XYZ17.3815.337.2-
YUV109103.73155.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=47.27%
G=31.51%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147986600.330.550.4223.738.0341.76
Hex936242021372A18262a
Octal2231421020416752304652
Binary1001001111000101000010010000111011110101011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936242; }

 p { color: rgb(147,98,66); }

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

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

 a { background-color: rgb(147,98,66); }

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

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

 span { border-color: rgb(147,98,66); }

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