#676B56

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

Shades of Siam #676B56

Tints of Siam #676B56

Color information

#676B56 (or 0x676B56) is unknown color: approx Siam. HEX triplet: 67, 6B and 56. RGB value is (103,107,86). Sum of RGB (Red+Green+Blue) = 103+107+86=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #676B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B56 is #9894A9. Grayscale: #676767. Windows color (decimal): -9999530 or 5663591. OLE color: 5663591.

HSL color Cylindrical-coordinate representation of color #676B56: hue angle of 71.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676B56 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB10310786-
CMYK0.0400.200.58
HSL71.43º10.88%37.84%-
HSV(B)71.43º19.63%41.96%-
XYZ12.5314.0710.86-
YUV103.41118.17127.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.80%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=34.80%
G=36.15%
B=29.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107860.0400.200.5871.4310.8837.84
Hex676B5640143A47b26
Octal1471531264024721071346
Binary11001111101011101011010001010011101010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,86); }

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

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

 a { background-color: rgb(103,107,86); }

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

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

 span { border-color: rgb(103,107,86); }

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