#676E4F

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

Shades of Siam #676E4F

Tints of Siam #676E4F

Color information

#676E4F (or 0x676E4F) is unknown color: approx Siam. HEX triplet: 67, 6E and 4F. RGB value is (103,110,79). Sum of RGB (Red+Green+Blue) = 103+110+79=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #676E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E4F is #9891B0. Grayscale: #686868. Windows color (decimal): -9998769 or 5205607. OLE color: 5205607.

HSL color Cylindrical-coordinate representation of color #676E4F: hue angle of 73.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676E4F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB10311079-
CMYK0.0600.280.57
HSL73.55º16.4%37.06%-
HSV(B)73.55º28.18%43.14%-
XYZ12.5814.69.55-
YUV104.37113.68127.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=35.27%
G=37.67%
B=27.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103110790.0600.280.5773.5516.437.06
Hex676E4F601C394a1025
Octal1471561176034711122045
Binary110011111011101001111110011100111001100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,79); }

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

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

 a { background-color: rgb(103,110,79); }

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

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

 span { border-color: rgb(103,110,79); }

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