#5F695C

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

Shades of Cactus #5F695C

Tints of Cactus #5F695C

Color information

#5F695C (or 0x5F695C) is unknown color: approx Cactus. HEX triplet: 5F, 69 and 5C. RGB value is (95,105,92). Sum of RGB (Red+Green+Blue) = 95+105+92=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #5F695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F695C is #A096A3. Grayscale: #646464. Windows color (decimal): -10524324 or 6056287. OLE color: 6056287.

HSL color Cylindrical-coordinate representation of color #5F695C: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F695C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9510592-
CMYK0.1000.120.59
HSL106.15º6.6%38.63%-
HSV(B)106.15º12.38%41.18%-
XYZ11.713.3112.08-
YUV100.53123.19124.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=32.53%
G=35.96%
B=31.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105920.1000.120.59106.156.638.63
Hex5F695CA0C3B6a727
Octal1371511341201473152747
Binary1011111110100110111001010011001110111101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,92); }

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

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

 a { background-color: rgb(95,105,92); }

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

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

 span { border-color: rgb(95,105,92); }

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