#68664F

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

Shades of Hemlock #68664F

Tints of Hemlock #68664F

Color information

#68664F (or 0x68664F) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 4F. RGB value is (104,102,79). Sum of RGB (Red+Green+Blue) = 104+102+79=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68664F is #9799B0. Grayscale: #646464. Windows color (decimal): -9935281 or 5203560. OLE color: 5203560.

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

Color convert

RGB10410279-
CMYK00.020.240.59
HSL55.2º13.66%35.88%-
HSV(B)55.2º24.04%40.78%-
XYZ11.8713.019.28-
YUV99.98116.16130.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=36.49%
G=35.79%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027900.020.240.5955.213.6635.88
Hex68664F02183B37e24
Octal150146117023073671644
Binary110100011001101001111010110001110111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68664F; }

 p { color: rgb(104,102,79); }

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

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

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

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

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

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

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