#5E635D

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

Shades of Cactus #5E635D

Tints of Cactus #5E635D

Color information

#5E635D (or 0x5E635D) is unknown color: approx Cactus. HEX triplet: 5E, 63 and 5D. RGB value is (94,99,93). Sum of RGB (Red+Green+Blue) = 94+99+93=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635D is #A19CA2. Grayscale: #606060. Windows color (decimal): -10591395 or 6120286. OLE color: 6120286.

HSL color Cylindrical-coordinate representation of color #5E635D: hue angle of 110º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5E635D is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB949993-
CMYK0.0500.060.61
HSL110º3.13%37.65%-
HSV(B)110º6.06%38.82%-
XYZ11.0512.0912.11-
YUV96.82125.84125.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=32.87%
G=34.62%
B=32.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499930.0500.060.611103.1337.65
Hex5E635D5063D6e326
Octal13614313550675156346
Binary1011110110001110111011010110111101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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