#686550

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

Shades of Hemlock #686550

Tints of Hemlock #686550

Color information

#686550 (or 0x686550) is unknown color: approx Hemlock. HEX triplet: 68, 65 and 50. RGB value is (104,101,80). Sum of RGB (Red+Green+Blue) = 104+101+80=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686550 is #979AAF. Grayscale: #636363. Windows color (decimal): -9935536 or 5268840. OLE color: 5268840.

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

Color convert

RGB10410180-
CMYK00.030.230.59
HSL52.5º13.04%36.08%-
HSV(B)52.5º23.08%40.78%-
XYZ11.8112.839.44-
YUV99.5116.99131.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=36.49%
G=35.44%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041018000.030.230.5952.513.0436.08
Hex68655003173B34d24
Octal150145120032773641544
Binary110100011001011010000011101111110111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686550; }

 p { color: rgb(104,101,80); }

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

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

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

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

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

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

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