#60695D

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

Shades of Cactus #60695D

Tints of Cactus #60695D

Color information

#60695D (or 0x60695D) is unknown color: approx Cactus. HEX triplet: 60, 69 and 5D. RGB value is (96,105,93). Sum of RGB (Red+Green+Blue) = 96+105+93=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #60695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60695D is #9F96A2. Grayscale: #646464. Windows color (decimal): -10458787 or 6121824. OLE color: 6121824.

HSL color Cylindrical-coordinate representation of color #60695D: hue angle of 105º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60695D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB9610593-
CMYK0.0900.110.59
HSL105º6.06%38.82%-
HSV(B)105º11.43%41.18%-
XYZ11.8513.3812.31-
YUV100.94123.52124.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=32.65%
G=35.71%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105930.0900.110.591056.0638.82
Hex60695D90B3B69627
Octal1401511351101373151647
Binary1100000110100110111011001010111110111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60695D; }

 p { color: rgb(96,105,93); }

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

<style>
 a { background-color: #60695D; }

 a { background-color: rgb(96,105,93); }

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

<style>
 span { border-color: #60695D; }

 span { border-color: rgb(96,105,93); }

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