#676049

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

Shades of Soya Bean #676049

Tints of Soya Bean #676049

Color information

#676049 (or 0x676049) is unknown color: approx Soya Bean. HEX triplet: 67, 60 and 49. RGB value is (103,96,73). Sum of RGB (Red+Green+Blue) = 103+96+73=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #676049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676049 is #989FB6. Grayscale: #5F5F5F. Windows color (decimal): -10002359 or 4808807. OLE color: 4808807.

HSL color Cylindrical-coordinate representation of color #676049: hue angle of 46º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676049 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1039673-
CMYK00.070.290.60
HSL46º17.05%34.51%-
HSV(B)46º29.13%40.39%-
XYZ10.9811.737.99-
YUV95.47115.32133.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=37.87%
G=35.29%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103967300.070.290.604617.0534.51
Hex676049071D3C2e1123
Octal147140111073574562143
Binary11001111100000100100101111110111110010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676049; }

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

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

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

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

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

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

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

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