#675F4C

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

Shades of Soya Bean #675F4C

Tints of Soya Bean #675F4C

Color information

#675F4C (or 0x675F4C) is unknown color: approx Soya Bean. HEX triplet: 67, 5F and 4C. RGB value is (103,95,76). Sum of RGB (Red+Green+Blue) = 103+95+76=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F4C is #98A0B3. Grayscale: #5F5F5F. Windows color (decimal): -10002612 or 5005159. OLE color: 5005159.

HSL color Cylindrical-coordinate representation of color #675F4C: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675F4C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1039576-
CMYK00.080.260.60
HSL42.22º15.08%35.1%-
HSV(B)42.22º26.21%40.39%-
XYZ10.9911.598.5-
YUV95.23117.15133.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=37.59%
G=34.67%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103957600.080.260.6042.2215.0835.1
Hex675F4C081A3C2af23
Octal1471371140103274521743
Binary11001111011111100110001000110101111001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F4C; }

 p { color: rgb(103,95,76); }

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

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

 a { background-color: rgb(103,95,76); }

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

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

 span { border-color: rgb(103,95,76); }

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