#676646

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

Shades of Hemlock #676646

Tints of Hemlock #676646

Color information

#676646 (or 0x676646) is unknown color: approx Hemlock. HEX triplet: 67, 66 and 46. RGB value is (103,102,70). Sum of RGB (Red+Green+Blue) = 103+102+70=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #676646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676646 is #9899B9. Grayscale: #626262. Windows color (decimal): -10000826 or 4613735. OLE color: 4613735.

HSL color Cylindrical-coordinate representation of color #676646: hue angle of 58.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676646 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB10310270-
CMYK00.010.320.60
HSL58.18º19.08%33.92%-
HSV(B)58.18º32.04%40.39%-
XYZ11.4512.837.67-
YUV98.65111.83131.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.45%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=37.45%
G=37.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031027000.010.320.6058.1819.0833.92
Hex67664601203C3a1322
Octal147146106014074722342
Binary1100111110011010001100110000011110011101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676646; }

 p { color: rgb(103,102,70); }

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

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

 a { background-color: rgb(103,102,70); }

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

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

 span { border-color: rgb(103,102,70); }

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