#67604B

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

Shades of Soya Bean #67604B

Tints of Soya Bean #67604B

Color information

#67604B (or 0x67604B) is unknown color: approx Soya Bean. HEX triplet: 67, 60 and 4B. RGB value is (103,96,75). Sum of RGB (Red+Green+Blue) = 103+96+75=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #67604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67604B is #989FB4. Grayscale: #5F5F5F. Windows color (decimal): -10002357 or 4939879. OLE color: 4939879.

HSL color Cylindrical-coordinate representation of color #67604B: hue angle of 45º 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 #67604B is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1039675-
CMYK00.070.270.60
HSL45º15.73%34.9%-
HSV(B)45º27.18%40.39%-
XYZ11.0511.768.34-
YUV95.7116.32133.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=37.59%
G=35.04%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103967500.070.270.604515.7334.9
Hex67604B071B3C2d1023
Octal147140113073374552043
Binary11001111100000100101101111101111110010110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67604B; }

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

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

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

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

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

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

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

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