#68664E

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

Shades of Hemlock #68664E

Tints of Hemlock #68664E

Color information

#68664E (or 0x68664E) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 4E. RGB value is (104,102,78). Sum of RGB (Red+Green+Blue) = 104+102+78=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68664E is #9799B1. Grayscale: #636363. Windows color (decimal): -9935282 or 5138024. OLE color: 5138024.

HSL color Cylindrical-coordinate representation of color #68664E: hue angle of 55.38º 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 #68664E is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10410278-
CMYK00.020.250.59
HSL55.38º14.29%35.69%-
HSV(B)55.38º25%40.78%-
XYZ11.84139.09-
YUV99.86115.66130.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=36.62%
G=35.92%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027800.020.250.5955.3814.2935.69
Hex68664E02193B37e24
Octal150146116023173671644
Binary110100011001101001110010110011110111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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