#68684E

Color #68684E Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #68684E

Tints of Hemlock #68684E

Color information

#68684E (or 0x68684E) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 4E. RGB value is (104,104,78). Sum of RGB (Red+Green+Blue) = 104+104+78=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68684E is #9797B1. Grayscale: #656565. Windows color (decimal): -9934770 or 5138536. OLE color: 5138536.

HSL color Cylindrical-coordinate representation of color #68684E: hue angle of 60º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68684E is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10410478-
CMYK000.250.59
HSL60º14.29%35.69%-
HSV(B)60º25%40.78%-
XYZ12.0313.399.16-
YUV101.04115130.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410478000.250.596014.2935.69
Hex68684E00193B3ce24
Octal150150116003173741644
Binary11010001101000100111000110011110111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68684E; }

 p { color: rgb(104,104,78); }

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

<style>
 a { background-color: #68684E; }

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

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

<style>
 span { border-color: #68684E; }

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

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