#5E615D

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

Shades of Cactus #5E615D

Tints of Cactus #5E615D

Color information

#5E615D (or 0x5E615D) is unknown color: approx Cactus. HEX triplet: 5E, 61 and 5D. RGB value is (94,97,93). Sum of RGB (Red+Green+Blue) = 94+97+93=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615D is #A19EA2. Grayscale: #5F5F5F. Windows color (decimal): -10591907 or 6119774. OLE color: 6119774.

HSL color Cylindrical-coordinate representation of color #5E615D: hue angle of 105º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5E615D is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB949793-
CMYK0.0300.040.62
HSL105º2.11%37.25%-
HSV(B)105º4.12%38.04%-
XYZ10.8711.7212.05-
YUV95.65126.51126.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.10%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=33.10%
G=34.15%
B=32.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497930.0300.040.621052.1137.25
Hex5E615D3043E69225
Octal13614113530476151245
Binary101111011000011011101110100111110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E615D; }

 p { color: rgb(94,97,93); }

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

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

 a { background-color: rgb(94,97,93); }

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

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

 span { border-color: rgb(94,97,93); }

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