#68674A

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

Shades of Hemlock #68674A

Tints of Hemlock #68674A

Color information

#68674A (or 0x68674A) is unknown color: approx Hemlock. HEX triplet: 68, 67 and 4A. RGB value is (104,103,74). Sum of RGB (Red+Green+Blue) = 104+103+74=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68674A is #9798B5. Grayscale: #646464. Windows color (decimal): -9935030 or 4876136. OLE color: 4876136.

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

Color convert

RGB10410374-
CMYK00.010.290.59
HSL58º16.85%34.9%-
HSV(B)58º28.85%40.78%-
XYZ11.813.148.39-
YUV99.99113.33130.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=37.01%
G=36.65%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041037400.010.290.595816.8534.9
Hex68674A011D3B3a1123
Octal150147112013573722143
Binary110100011001111001010011110111101111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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