#676B5A

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

Shades of Siam #676B5A

Tints of Siam #676B5A

Color information

#676B5A (or 0x676B5A) is unknown color: approx Siam. HEX triplet: 67, 6B and 5A. RGB value is (103,107,90). Sum of RGB (Red+Green+Blue) = 103+107+90=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #676B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B5A is #9894A5. Grayscale: #676767. Windows color (decimal): -9999526 or 5925735. OLE color: 5925735.

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

Color convert

RGB10310790-
CMYK0.0400.160.58
HSL74.12º8.63%38.63%-
HSV(B)74.12º15.89%41.96%-
XYZ12.714.1411.73-
YUV103.87120.17127.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=34.33%
G=35.67%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107900.0400.160.5874.128.6338.63
Hex676B5A40103A4a927
Octal1471531324020721121147
Binary11001111101011101101010001000011101010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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