#676949

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

Shades of Siam #676949

Tints of Siam #676949

Color information

#676949 (or 0x676949) is unknown color: approx Siam. HEX triplet: 67, 69 and 49. RGB value is (103,105,73). Sum of RGB (Red+Green+Blue) = 103+105+73=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #676949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676949 is #9896B6. Grayscale: #646464. Windows color (decimal): -10000055 or 4811111. OLE color: 4811111.

HSL color Cylindrical-coordinate representation of color #676949: hue angle of 63.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #676949 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10310573-
CMYK0.0200.300.59
HSL63.75º17.98%34.9%-
HSV(B)63.75º30.48%41.18%-
XYZ11.8513.478.28-
YUV100.75112.34129.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=36.65%
G=37.37%
B=25.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103105730.0200.300.5963.7517.9834.9
Hex676949201E3B401223
Octal1471511112036731002243
Binary11001111101001100100110011110111011100000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676949; }

 p { color: rgb(103,105,73); }

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

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

 a { background-color: rgb(103,105,73); }

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

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

 span { border-color: rgb(103,105,73); }

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