#5F675E

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

Shades of Cactus #5F675E

Tints of Cactus #5F675E

Color information

#5F675E (or 0x5F675E) is unknown color: approx Cactus. HEX triplet: 5F, 67 and 5E. RGB value is (95,103,94). Sum of RGB (Red+Green+Blue) = 95+103+94=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 103 - color contains mainly: green. Hex color #5F675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F675E is #A098A1. Grayscale: #636363. Windows color (decimal): -10524834 or 6186847. OLE color: 6186847.

HSL color Cylindrical-coordinate representation of color #5F675E: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F675E is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB9510394-
CMYK0.0800.090.60
HSL113.33º4.57%38.63%-
HSV(B)113.33º8.74%40.39%-
XYZ11.5912.9412.48-
YUV99.58124.85124.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=32.53%
G=35.27%
B=32.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103940.0800.090.60113.334.5738.63
Hex5F675E8093C71527
Octal1371471361001174161547
Binary1011111110011110111101000010011111001110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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