#68654A

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

Shades of Hemlock #68654A

Tints of Hemlock #68654A

Color information

#68654A (or 0x68654A) is unknown color: approx Hemlock. HEX triplet: 68, 65 and 4A. RGB value is (104,101,74). Sum of RGB (Red+Green+Blue) = 104+101+74=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68654A is #979AB5. Grayscale: #626262. Windows color (decimal): -9935542 or 4875624. OLE color: 4875624.

HSL color Cylindrical-coordinate representation of color #68654A: hue angle of 54º 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 #68654A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB10410174-
CMYK00.030.290.59
HSL54º16.85%34.9%-
HSV(B)54º28.85%40.78%-
XYZ11.612.748.33-
YUV98.82113.99131.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=37.28%
G=36.20%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041017400.030.290.595416.8534.9
Hex68654A031D3B361123
Octal150145112033573662143
Binary1101000110010110010100111110111101111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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