#5F615E

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

Shades of Cactus #5F615E

Tints of Cactus #5F615E

Color information

#5F615E (or 0x5F615E) is unknown color: approx Cactus. HEX triplet: 5F, 61 and 5E. RGB value is (95,97,94). Sum of RGB (Red+Green+Blue) = 95+97+94=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 97 - color contains mainly: green. Hex color #5F615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F615E is #A09EA1. Grayscale: #606060. Windows color (decimal): -10526370 or 6185311. OLE color: 6185311.

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

Color convert

RGB959794-
CMYK0.0200.030.62
HSL100º1.57%37.45%-
HSV(B)100º3.09%38.04%-
XYZ11.0111.7912.28-
YUV96.06126.84127.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=33.22%
G=33.92%
B=32.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597940.0200.030.621001.5737.45
Hex5F615E2033E64225
Octal13714113620376144245
Binary10111111100001101111010011111110110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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