#675F4B

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

Shades of Soya Bean #675F4B

Tints of Soya Bean #675F4B

Color information

#675F4B (or 0x675F4B) is unknown color: approx Soya Bean. HEX triplet: 67, 5F and 4B. RGB value is (103,95,75). Sum of RGB (Red+Green+Blue) = 103+95+75=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F4B is #98A0B4. Grayscale: #5F5F5F. Windows color (decimal): -10002613 or 4939623. OLE color: 4939623.

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

Color convert

RGB1039575-
CMYK00.080.270.60
HSL42.86º15.73%34.9%-
HSV(B)42.86º27.18%40.39%-
XYZ10.9611.588.31-
YUV95.11116.65133.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=37.73%
G=34.80%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103957500.080.270.6042.8615.7334.9
Hex675F4B081B3C2b1023
Octal1471371130103374532043
Binary110011110111111001011010001101111110010101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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