#676A5F

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

Shades of Chicago #676A5F

Tints of Chicago #676A5F

Color information

#676A5F (or 0x676A5F) is unknown color: approx Chicago. HEX triplet: 67, 6A and 5F. RGB value is (103,106,95). Sum of RGB (Red+Green+Blue) = 103+106+95=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 106 - color contains mainly: green. Hex color #676A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A5F is #9895A0. Grayscale: #676767. Windows color (decimal): -9999777 or 6253159. OLE color: 6253159.

HSL color Cylindrical-coordinate representation of color #676A5F: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676A5F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10310695-
CMYK0.0300.100.58
HSL76.36º5.47%39.41%-
HSV(B)76.36º10.38%41.57%-
XYZ12.8114.0212.86-
YUV103.85123.01127.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.88%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=33.88%
G=34.87%
B=31.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103106950.0300.100.5876.365.4739.41
Hex676A5F30A3A4c527
Octal147152137301272114547
Binary11001111101010101111111010101110101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676A5F; }

 p { color: rgb(103,106,95); }

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

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

 a { background-color: rgb(103,106,95); }

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

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

 span { border-color: rgb(103,106,95); }

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