#67614D

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

Shades of Soya Bean #67614D

Tints of Soya Bean #67614D

Color information

#67614D (or 0x67614D) is unknown color: approx Soya Bean. HEX triplet: 67, 61 and 4D. RGB value is (103,97,77). Sum of RGB (Red+Green+Blue) = 103+97+77=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #67614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67614D is #989EB2. Grayscale: #606060. Windows color (decimal): -10002099 or 5071207. OLE color: 5071207.

HSL color Cylindrical-coordinate representation of color #67614D: hue angle of 46.15º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67614D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1039777-
CMYK00.060.250.60
HSL46.15º14.44%35.29%-
HSV(B)46.15º25.24%40.39%-
XYZ11.2111.978.74-
YUV96.51116.99132.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=37.18%
G=35.02%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103977700.060.250.6046.1514.4435.29
Hex67614D06193C2ee23
Octal147141115063174561643
Binary1100111110000110011010110110011111001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67614D; }

 p { color: rgb(103,97,77); }

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

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

 a { background-color: rgb(103,97,77); }

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

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

 span { border-color: rgb(103,97,77); }

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