#676A4E

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

Shades of Siam #676A4E

Tints of Siam #676A4E

Color information

#676A4E (or 0x676A4E) is unknown color: approx Siam. HEX triplet: 67, 6A and 4E. RGB value is (103,106,78). Sum of RGB (Red+Green+Blue) = 103+106+78=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #676A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A4E is #9895B1. Grayscale: #666666. Windows color (decimal): -9999794 or 5139047. OLE color: 5139047.

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

Color convert

RGB10310678-
CMYK0.0300.260.58
HSL66.43º15.22%36.08%-
HSV(B)66.43º26.42%41.57%-
XYZ12.1213.749.22-
YUV101.91114.51128.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=35.89%
G=36.93%
B=27.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103106780.0300.260.5866.4315.2236.08
Hex676A4E301A3A42f24
Octal1471521163032721021744
Binary1100111110101010011101101101011101010000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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