#93613E

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

Shades of Rope #93613E

Tints of Rope #93613E

Color information

#93613E (or 0x93613E) is unknown color: approx Rope. HEX triplet: 93, 61 and 3E. RGB value is (147,97,62). Sum of RGB (Red+Green+Blue) = 147+97+62=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93613E is #6C9EC1. Grayscale: #6C6C6C. Windows color (decimal): -7118530 or 4088211. OLE color: 4088211.

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

Color convert

RGB1479762-
CMYK00.340.580.42
HSL24.71º40.67%40.98%-
HSV(B)24.71º57.82%57.65%-
XYZ17.1815.16.57-
YUV107.96102.06155.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=48.04%
G=31.70%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147976200.340.580.4224.7140.6740.98
Hex93613E0223A2A192929
Octal223141760427252315151
Binary100100111100001111110010001011101010101011001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93613E; }

 p { color: rgb(147,97,62); }

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

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

 a { background-color: rgb(147,97,62); }

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

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

 span { border-color: rgb(147,97,62); }

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