#68644A

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

Shades of Hemlock #68644A

Tints of Hemlock #68644A

Color information

#68644A (or 0x68644A) is unknown color: approx Hemlock. HEX triplet: 68, 64 and 4A. RGB value is (104,100,74). Sum of RGB (Red+Green+Blue) = 104+100+74=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68644A is #979BB5. Grayscale: #626262. Windows color (decimal): -9935798 or 4875368. OLE color: 4875368.

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

Color convert

RGB10410074-
CMYK00.040.290.59
HSL52º16.85%34.9%-
HSV(B)52º28.85%40.78%-
XYZ11.512.558.3-
YUV98.23114.33132.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=37.41%
G=35.97%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041007400.040.290.595216.8534.9
Hex68644A041D3B341123
Octal150144112043573642143
Binary11010001100100100101001001110111101111010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68644A; }

 p { color: rgb(104,100,74); }

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

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

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

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

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

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

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