#68664C

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

Shades of Hemlock #68664C

Tints of Hemlock #68664C

Color information

#68664C (or 0x68664C) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 4C. RGB value is (104,102,76). Sum of RGB (Red+Green+Blue) = 104+102+76=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68664C is #9799B3. Grayscale: #636363. Windows color (decimal): -9935284 or 5006952. OLE color: 5006952.

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

Color convert

RGB10410276-
CMYK00.020.270.59
HSL55.71º15.56%35.29%-
HSV(B)55.71º26.92%40.78%-
XYZ11.7612.978.72-
YUV99.63114.66131.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=36.88%
G=36.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027600.020.270.5955.7115.5635.29
Hex68664C021B3B381023
Octal150146114023373702043
Binary1101000110011010011000101101111101111100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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