#60685D

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

Shades of Cactus #60685D

Tints of Cactus #60685D

Color information

#60685D (or 0x60685D) is unknown color: approx Cactus. HEX triplet: 60, 68 and 5D. RGB value is (96,104,93). Sum of RGB (Red+Green+Blue) = 96+104+93=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #60685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60685D is #9F97A2. Grayscale: #646464. Windows color (decimal): -10459043 or 6121568. OLE color: 6121568.

HSL color Cylindrical-coordinate representation of color #60685D: hue angle of 103.64º 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 #60685D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB9610493-
CMYK0.0800.110.59
HSL103.64º5.58%38.63%-
HSV(B)103.64º10.58%40.78%-
XYZ11.7513.1812.28-
YUV100.35123.85124.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=32.76%
G=35.49%
B=31.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104930.0800.110.59103.645.5838.63
Hex60685D80B3B68627
Octal1401501351001373150647
Binary1100000110100010111011000010111110111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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