#676950

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

Shades of Siam #676950

Tints of Siam #676950

Color information

#676950 (or 0x676950) is unknown color: approx Siam. HEX triplet: 67, 69 and 50. RGB value is (103,105,80). Sum of RGB (Red+Green+Blue) = 103+105+80=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #676950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676950 is #9896AF. Grayscale: #656565. Windows color (decimal): -10000048 or 5269863. OLE color: 5269863.

HSL color Cylindrical-coordinate representation of color #676950: hue angle of 64.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676950 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB10310580-
CMYK0.0200.240.59
HSL64.8º13.51%36.27%-
HSV(B)64.8º23.81%41.18%-
XYZ12.0913.579.57-
YUV101.55115.84129.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=35.76%
G=36.46%
B=27.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103105800.0200.240.5964.813.5136.27
Hex67695020183B41e24
Octal1471511202030731011644
Binary1100111110100110100001001100011101110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676950; }

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

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

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

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

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

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

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

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