#676A5D

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

Shades of Siam #676A5D

Tints of Siam #676A5D

Color information

#676A5D (or 0x676A5D) is unknown color: approx Siam. HEX triplet: 67, 6A and 5D. RGB value is (103,106,93). Sum of RGB (Red+Green+Blue) = 103+106+93=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 106 - color contains mainly: green. Hex color #676A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A5D is #9895A2. Grayscale: #676767. Windows color (decimal): -9999779 or 6122087. OLE color: 6122087.

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

Color convert

RGB10310693-
CMYK0.0300.120.58
HSL73.85º6.53%39.02%-
HSV(B)73.85º12.26%41.57%-
XYZ12.7213.9812.38-
YUV103.62122.01127.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=34.11%
G=35.10%
B=30.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103106930.0300.120.5873.856.5339.02
Hex676A5D30C3A4a727
Octal147152135301472112747
Binary11001111101010101110111011001110101001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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