#676650

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

Shades of Hemlock #676650

Tints of Hemlock #676650

Color information

#676650 (or 0x676650) is unknown color: approx Hemlock. HEX triplet: 67, 66 and 50. RGB value is (103,102,80). Sum of RGB (Red+Green+Blue) = 103+102+80=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #676650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676650 is #9899AF. Grayscale: #636363. Windows color (decimal): -10000816 or 5269095. OLE color: 5269095.

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

Color convert

RGB10310280-
CMYK00.010.220.60
HSL57.39º12.57%35.88%-
HSV(B)57.39º22.33%40.39%-
XYZ11.7912.979.47-
YUV99.79116.83130.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=36.14%
G=35.79%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031028000.010.220.6057.3912.5735.88
Hex67665001163C39d24
Octal147146120012674711544
Binary11001111100110101000001101101111001110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676650; }

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

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

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

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

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

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

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

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