#686848

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

Shades of Hemlock #686848

Tints of Hemlock #686848

Color information

#686848 (or 0x686848) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 48. RGB value is (104,104,72). Sum of RGB (Red+Green+Blue) = 104+104+72=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686848 is #9797B7. Grayscale: #646464. Windows color (decimal): -9934776 or 4745320. OLE color: 4745320.

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

Color convert

RGB10410472-
CMYK000.310.59
HSL60º18.18%34.51%-
HSV(B)60º30.77%40.78%-
XYZ11.8313.318.08-
YUV100.35112130.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=37.14%
G=37.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410472000.310.596018.1834.51
Hex686848001F3B3c1223
Octal150150110003773742243
Binary110100011010001001000001111111101111110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686848; }

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

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

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

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

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

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

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

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