#68674D

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

Shades of Hemlock #68674D

Tints of Hemlock #68674D

Color information

#68674D (or 0x68674D) is unknown color: approx Hemlock. HEX triplet: 68, 67 and 4D. RGB value is (104,103,77). Sum of RGB (Red+Green+Blue) = 104+103+77=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68674D is #9798B2. Grayscale: #646464. Windows color (decimal): -9935027 or 5072744. OLE color: 5072744.

HSL color Cylindrical-coordinate representation of color #68674D: hue angle of 57.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68674D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB10410377-
CMYK00.010.260.59
HSL57.78º14.92%35.49%-
HSV(B)57.78º25.96%40.78%-
XYZ11.913.188.94-
YUV100.34114.83130.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=36.62%
G=36.27%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041037700.010.260.5957.7814.9235.49
Hex68674D011A3B3af23
Octal150147115013273721743
Binary11010001100111100110101110101110111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68674D; }

 p { color: rgb(104,103,77); }

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

<style>
 a { background-color: #68674D; }

 a { background-color: rgb(104,103,77); }

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

<style>
 span { border-color: #68674D; }

 span { border-color: rgb(104,103,77); }

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