#60685C

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

Shades of Cactus #60685C

Tints of Cactus #60685C

Color information

#60685C (or 0x60685C) is unknown color: approx Cactus. HEX triplet: 60, 68 and 5C. RGB value is (96,104,92). Sum of RGB (Red+Green+Blue) = 96+104+92=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #60685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60685C is #9F97A3. Grayscale: #646464. Windows color (decimal): -10459044 or 6056032. OLE color: 6056032.

HSL color Cylindrical-coordinate representation of color #60685C: hue angle of 100º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60685C is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9610492-
CMYK0.0800.120.59
HSL100º6.12%38.43%-
HSV(B)100º11.54%40.78%-
XYZ11.7113.1612.05-
YUV100.24123.35124.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=32.88%
G=35.62%
B=31.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104920.0800.120.591006.1238.43
Hex60685C80C3B64626
Octal1401501341001473144646
Binary1100000110100010111001000011001110111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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